Hello people,
im confused how to use Format function:
what is the different if im using :
I have tried both ways, and both are worked out. i just want to know what is the different by using this Format - function?
im confused how to use Format function:
VB.NET:
Public Class Zahlen
Dim x as integer= 1
Label2.Text= x
End Class
what is the different if im using :
VB.NET:
Label2.Text=[B]Format[/B]( x)
I have tried both ways, and both are worked out. i just want to know what is the different by using this Format - function?