Base64 Decode
Return text that is decoded from base64.
Input
Field | Definition | Type | Required |
---|---|---|---|
text | Base64-encoded string value. | String | TRUE |
Output
Field | Definition | Type |
---|---|---|
output | Base64-decoded string value. | String |
Example
For the input text SGVsbG8=
, output returns Hello.