An expression
evaluating to an object of type StreamBlob.
Data
Required. A String
value. Contains HEX encoded data.
Remarks
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.
Example of use:
Dim b AsNew StreamBlob
Set b.Stream = ref_Stream
b.FromHex ("736f6d6574657874")
Debug.Print b