wodCrypt ActiveX Control - Read Method
      
 

Description

Reads data from the Blob into the memory.


Return Type

An array of Byte values.  Byte array data.


Syntax

object.Read (ReadCount)



The Read Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Blob.
ReadCount Required. A Long value. Number of bytes to read.

Remarks

This is an internal object - YOU SHOULD NOT USE IT DIRECTLY, unless you are 100% sure of what you're doing.

The Read method reads data from the Blob and transfers it through a Byte() array.