Edit

Share via


BinaryTokenStreamWriter.ToByteArray Method

Definition

Return the output stream as a byte[].

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

Returns

Byte[]

Data from this stream, converted to output type.

Implements

Applies to