BASE64_ENCODE

Description

Returns the Base64-encoded representation of the provided string.

Syntax

BASE64_ENCODE(string) -> String

Parameters

ParameterData TypeRequiredDescription
stringStringYesThe string to encode into Base64.

Example

BASE64_ENCODE("Data Sync Pro")
-- Returns "RGF0YSBTeW5jIFBybw==".