security.HexBinary.FromBase64

Converts a base64 string to the hexadecimal equivalent.

Syntax

security.HexBinary.FromBase64(
   source STRING )
  RETURNING result STRING
  1. source is a string encoded in base64.
  2. result is a string decoded in hexadecimal.

Usage

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.