The HexBinary class / security.HexBinary methods |
Decodes an hexadecimal strings and writes the binary data to a file.
security.HexBinary.SaveBinary( path STRING, data STRING )
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.
In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).