Method ColorToHtml
ColorToHtml(Color)
Converts specified color into the HTML format.
public static string ColorToHtml(Color color)
Parameters
colorColorColor to convert.
Returns
- string
String contains HTML representation of given color.
Converts specified color into the HTML format.
public static string ColorToHtml(Color color)
color ColorColor to convert.
String contains HTML representation of given color.