BASE64_DECODE
Decodes a base 64 string into a string.
Syntax
BASE64_DECODE(value)
Arguments
| Name | Type | Description | Default Value |
|---|---|---|---|
| value | string |
Returns
Returns a string value.
Examples
| value | Output |
|---|---|
| "SGVsbG8gV29ybGQ=" | Hello World
|
| "###" | null |