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