- 1
What is (. Tostring()) is it conversion of integers to string value?
Can any one plz help me...
3 Réponses
+ 3
Yes. it's a method which converts numeric values to string.
+ 2
It's a method that helps you convert any data type or structure value to a string equivalent.
Which means you are not restricted to integers alone
+ 1
Also you can override this method in your classes to make some description of its state, for example. Visual studio debugger will show result of this method instead of object type (in most cases).