ColorTranslator.ToHtml

ColorTranslator.ToHtml method

Creates HTML color from the color.

public static string ToHtml(Color c)
ParameterTypeDescription
cColorThe color class.

Return Value

The html string color.

See Also