Back to product page

ToArray method (FileBlob)


Returns the contents of the Blob into a byte array.

Type

An array of Byte values.

Syntax

  • Basic
object.ToArray
The ToArray(test) syntax has these parts:
test An expression evaluating to an object of type FileBlob

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