base64Encode
The fx_base64Encode function is a Standard function available in 200OK.
Description:
Converts a UTF-8 string to its Base64-encoded representation. This is useful for encoding binary data or special characters in a text-safe format.
Syntax: fx_base64Encode(String)
Example :
Here's how to use the function

Last updated