Back to product page

ToHex method (MemBlob)


Returns content of the blob hex encoded.

Type

A String value.

Syntax

  • Basic
object.ToHex
The ToHex(object) syntax has these parts:
objectAn expression evaluating to an object of type MemBlob.

Remarks

The ToHex property will return a HEX representation of data currently contained by the Blob. It is most often used because it is easier to represent binary data in this way for transfer by text-only services, such as email. To get HEX data back into the Blob, you should use the FromHex method.

Code sample

  • Basic

Platforms

Windows