CFLTextToBase64String Procedure

  • 2 minutes to read

Codeunit CFL Base64 Convert

Converts a text value to a Base64 encoded string.

Signature

CFLTextToBase64String(Value: Text) ReturnValue: Text

Parameters

Value Text

The text to encode.

Returns

Text

The Base64 encoded string.