base64Decode

The fx_base64Decode function is a Standard function available in 200OK.

Description:

Decodes a Base64-encoded string back to its original UTF-8 text representation. This is the inverse operation of fx_base64Encode.

Syntax: fx_base64Decode(Base64_String)

Example :

Here's how to use the function

Last updated