ToString Method
Overloads
| ToString() | Returns a string that represents the current object. | 
ToString()
Returns a string that represents the current object.
Declaration
      public override string ToString()
    
  Returns
| Type | Description | 
|---|---|
| System.String | A string that represents the current object. |