Back to product page

ToArray method (MemBlob)


Returns content of the Blob in a byte array.

Type

An array of Byte values.

Syntax

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

Remarks

The ToArray method will create a new byte array (SAFEARRAY FAR * VT_UI1 for VC users) that contains the data stored in the Blob.

Platforms

Windows