Base64Encode
Encodes any string value. You can only decode any encoded string values using the specific server-side JavaScript function Base64Decode() and not any other Base64-encoded string values.
Base64Encode(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | String to encode |
2 | string | Character set to use when decoding string value, such as ASCII or UTF-8 |