wodCrypt ActiveX Control - ToArray Method
      
 

Description

Returns content of the Blob in a byte array.


Return Type

An array of Byte values.  


Syntax

object.ToArray



The ToArray Method syntax has these parts:

Part Description
object An expression evaluating to an object of type StreamBlob.

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.