Back to product page

FromArray method (MemBlob)


Imports the contents of a byte array into the Blob.

Type

None

Syntax

  • Basic
object.FromArray DataArray()
The FromArray(object,DataArray()) syntax has these parts:
object An expression evaluating to an object of type MemBlob.
DataArray()Required. An array of Byte values. The Byte array that should be imported.

Remarks

FromArray reads the contents of DataArray and imports it into the memory Blob. This is useful when the array contains binary data.

DataArray argument is a Byte array - Byte() in VB, or SAFEARRAY FAR* (VT_UI1) in C++

Platforms

Windows