base64Encode()

Encodes data in the base64 encoding.

Synopsis

string base64Encode(string|blob data);

Parameter

Parameter Description
data The data that should be encoded.

Return Value

The encoded data as string

Description

The function encodes the given string or blob into a base64 encoded string.

Assignment

Miscellaneous functions

Availability

UI, CTRL