Back to product page

ToStream method (MemBlob)


Dumps contents of the blob to an IStream.

Type

An IStream interface.

Syntax

  • Basic
object.ToStream
The ToStream(object) syntax has these parts:
objectAn 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.

Platforms

Windows