CFLTextToBase64String Procedure
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.
Converts a text value to a Base64 encoded string.
CFLTextToBase64String(Value: Text) ReturnValue: Text
Value TextThe text to encode.
Text
The Base64 encoded string.