BinaryData.ToStream Method

Definition

Converts the BinaryData to a read-only stream.

public:
 System::IO::Stream ^ ToStream();
public System.IO.Stream ToStream ();
member this.ToStream : unit -> System.IO.Stream
Public Function ToStream () As Stream

Returns

A stream representing the data.

Applies to