Back to product page

FromArray method (StreamBlob)


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:
objectAn expression evaluating to an object of type StreamBlob.
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 stream 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