Returns a string representation of the object.

 public virtual System.String ToString()
Public Overridable Function ToString() As String

A string representation of the Color object.

string color = clr.ToString();
Dim color As String = clr.ToString()