ToHexRGB

Argb32Color.ToHexRGB method

Serializes this Argb32Color instance to the hexadecimal notation ##RRGGBB as a string without alpha channel

public string ToHexRGB()

Return Value

A string in ##RRGGBB format, 2 characters per channel, upper case. Exception-less method.

See Also