CFLConvertRGBStringToHexA Procedure
Codeunit CFL Color Convert Mgt.
Converts an RGB string to HEXA format with full opacity.
Signature
CFLConvertRGBStringToHexA(RGB: text) Hex: text
Parameters
RGB text
The RGB string (e.g., '255,128,64').
Returns
text
The HEXA color code with full opacity (e.g., '#FFRRGGBB').