The Base64 class / security.Base64 methods |
Decodes the given base64 string to hexadecimal.
security.Base64.ToHexBinary( source STRING ) RETURNING result STRING
Decodes the given base64 string and returns it in its hexadecimal form.
Throws an exception in case of errors, and updates STATUS with an error code.