security.HexBinary.SaveBinary

Decodes an hexadecimal strings and writes the binary data to a file.

Syntax

security.HexBinary.SaveBinary(
   path STRING,
   data STRING )
  1. path is the path to the binary file.
  2. data is the hexadecimal string to be written.

Usage

Decodes the given hexadecimal string and writes the binary data to the file defined by path.

This method can be used to save data from a network on the disk.

Throws an exception in case of errors, and updates STATUS with an error code.