CFLConvertHEXtoRGBString Procedure
Codeunit CFL Color Convert Mgt.
Converts a HEX color code to an RGB string representation.
Signature
CFLConvertHEXtoRGBString(Hex: text) RGB: text
Parameters
Hex text
The HEX color code (e.g., '#RRGGBB').
Returns
text
A string in RGB format (e.g., '255,128,64').