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