Every object in C# inherits the ToString method, which returns a string representation of that object.
'Declaration
Public Overrides Function ToString() As System.String
public override System.string ToString()
Return Value
The string representation of that object.