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