Method ToString
ToString()
Converts the value of the object to its equivalent string representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string representation of the value of this instance. |
Overrides
System.ValueType.ToString()