Back to product page

ToStream method (FileBlob)


Dumps contents of the blob to an IStream.

Type

An IStream interface.

Syntax

  • Basic
object.ToStream
The ToStream (object) syntax has these parts:
object An expression evaluating to an object of type FileBlob

Remarks

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

Platforms

Windows