ToString
Converts the object to a string representation such as 'Width=10, Height=20'.
Syntax
[C#]
virtual string ToString();
[Visual Basic]
Overidable Function ToString() As String
Params
Name
Description
return
A string representation of the Size.
Notes
None.
Example
None.