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