wodCrypt ActiveX Control - ToStream Method
      
 

Description

Dumps contents of the blob to an IStream.


Return Type

An IStream interface.  


Syntax

object.ToStream



The ToStream Method syntax has these parts:

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

Remarks
The ToStream property will dump contents of existing MemBlob to existing object that exposes IStream interface. wodCrypt will call IStream's method to write the data into the stream.