[C#]
virtual string ToString();
[Visual Basic]
Overidable Function ToString() As String
This method returns the string value of the object. This is equivalent to reading the String property of the object.
String
None.