[]
Every object in C# inherits the ToString method, which returns a string representation of that object.
public override string ToString()
Public Overrides Function ToString() As String
| Type | Description |
|---|---|
| string | The string representation of that object. |