[This is preliminary documentation and is subject to change.]

Converts the Color into a hexadecimal string.

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String

Return Value

The string representation of the color.

See Also