Base64Decode

Decodes any string value encoded using the Base64Encode() function. This function works only with values encoded using the specific server-side JavaScript function and not any other Base64-encoded string values.

Base64Decode(1, 2)

OrdinalTypeDescription
1stringRequiredBase64 encoded string to decode
2stringCharacter set to use when decoding string value, such as ASCII or UTF-8