Back to product page

FromHex method (FileBlob)


Imports hex encoded data into the Blob.

Type

None

Syntax

  • Basic
object.FromHex Data
The FromHex(object,Data) syntax has these parts:
objectAn expression evaluating to an object of type FileBlob.
DataRequired. A String value. Contains HEX encoded data.

Remarks

WARNING: you should not use this method with large files, or large amounts of data!

The FromHEX method will import HEX encoded data (a series of HEX values) into the Blob. This can be data generated by the ToHex method, or data from another source.

Code sample

  • Basic

Platforms

Windows