BASE64_ENCODE
Description
Returns the Base64-encoded representation of the provided string.
Syntax
BASE64_ENCODE(string) -> String
Parameters
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| string | String | Yes | The string to encode into Base64. |
Example
BASE64_ENCODE("Data Sync Pro")
-- Returns "RGF0YSBTeW5jIFBybw==".