Color.ToString Method

Definition

Creates a string representation of the color by using the sRGB channels.

Overloads

ToString()

Creates a string representation of the color using the sRGB channels.

ToString(IFormatProvider)

Creates a string representation of the color by using the sRGB channels and the specified format provider.

ToString()

Creates a string representation of the color using the sRGB channels.

C#
public override string ToString();

Returns

The string representation of the color. The default implementation represents the Byte values in hex form, prefixes with the # character, and starts with the alpha channel. For example, the ToString() value for AliceBlue is #FFF0F8FF.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

ToString(IFormatProvider)

Creates a string representation of the color by using the sRGB channels and the specified format provider.

C#
public string ToString(IFormatProvider provider);

Parameters

provider
IFormatProvider

Culture-specific formatting information.

Returns

The string representation of the color.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9