ToString Method
ToString()
Converts the current Size structure to a human-readable string representing it.
Declaration
public override string ToString()
Public Overrides Function ToString() As String
Returns
| Type |
Description |
| string |
The string representing the current Size.
|
Overrides