...
Description | Encodes a string using Base64. This function is similar to the JavaScript base64 encode. | ||
---|---|---|---|
Syntax |
| ||
Example | Expression: Where $City contains a string. Result: |
...
Description | Decodes a string using Base64. This function is similar to the JavaScript Base64 decode. | ||
---|---|---|---|
Syntax |
| ||
Example | Expression: Where $City contains an encoded string. Result: |
...