ToString
Converts the object to a string representation such as 'rgb(255, 0, 0)'.
Syntax
[C#]
virtual string ToString();
[Visual Basic]
Overidable Function ToString() As String
Params
Name
Description
return
A string representation of the Color.
Notes
None.
Example
None.