Edit

Share via


IBinaryTokenStreamReader.ReadBytes(Int32) Method

Definition

Read the next bytes from the stream.

public byte[] ReadBytes (int count);
abstract member ReadBytes : int -> byte[]
Public Function ReadBytes (count As Integer) As Byte()

Parameters

count
Int32

Number of bytes to read.

Returns

Byte[]

Data from current position in stream, converted to the appropriate output type.

Applies to