Product Site

5.1.7.60. decodeBase64

Returns a new string containing the decoded version of the base64 encoded receiving string. If the receiving string is not in base64 format, an error results.
Example 5.98. String class — decodeBase64 method
Say "YWJjZGVm"~decodeBase64       -->    "abcdef"