Edit

Share via


IBinaryTokenStreamWriter.ToByteArray Method

Definition

Return the output stream as a byte[].

public byte[] ToByteArray ();
abstract member ToByteArray : unit -> byte[]
Public Function ToByteArray () As Byte()

Returns

Byte[]

Data from this stream, converted to output type.

Applies to