The HexBinary class / security.HexBinary methods |
Converts a base64 string to the hexadecimal equivalent.
security.HexBinary.FromBase64( 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.