ColorTranslator.ToHtml

ColorTranslator.ToHtml method

Translates the specified Color structure to an HTML string color representation.

public static string ToHtml(Color c)
ParameterTypeDescription
cColorThe Color structure to translate.

Return Value

The string that represents the HTML color.

See Also