wodCrypt ActiveX Control - FromArray Method
      
 

Description

Imports the contents of a byte array into the Blob.


Return Type

None  


Syntax

object.FromArray DataArray()



The FromArray Method syntax has these parts:

Part Description
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++