Method ArgbToRgbaHex
ArgbToRgbaHex(string)
Convert a ARGB hex color to RGBA hex color.
Declaration
public static string ArgbToRgbaHex(string argbHex)
Parameters
Type | Name | Description |
---|---|---|
string | argbHex | The ARGB hex color. |
Returns
Type | Description |
---|---|
string | The RGBA hex color if the string is a valid ARGB hex color, null otherwise. |