Base64Encode
Descriptionβ
The Base64Encode function encodes text or data (stream) to a Base64 string.
Syntax
βThe syntax for the Base64Encode function is:
Base64Encode(data)
βParameters
data - the text or data (stream) to decode.
Returns
βThe Base64 encoded string.
Applies Toβ
Flow 6β.14.3
Last updated