Base64Decode
From Onset Developer Wiki
Description
Decodes the Base64 into text.
Syntax
Base64Decode(base64)
Parameters
- base64
The base64 text.
Return Value
- Text string.
Example
-- code
Base64Decode Type: Function |
Decodes the Base64 into text.
Base64Decode(base64)
-- code