ToHexRGBA

Argb32Color.ToHexRGBA method

Serializes this Argb32Color instance to the hexadecimal notation ##RRGGBBAA as a string with alpha channel

public string ToHexRGBA()

Return Value

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

See Also