Base64
Return the base64 encoding of a string.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| text | String value that will be converted to base64. | String | TRUE |
The input value must be a valid UTF-8 encoded string.
Output
| Field | Definition | Type |
|---|---|---|
| output | Returned base64 encoding of a string value. | String |
Example
For the input text Hello, output returns SGVsbG8=.
