Base64Encode
Last updated
Was this helpful?
The Base64Encode function encodes text or data (stream) to a Base64 string.
The syntax for the Base64Encode function is:
Base64Encode(data)
data - the text or data (stream) to decode.
The Base64 encoded string.
Flow 6.14.3
Last updated
Was this helpful?
Was this helpful?