BlobReader.ReadBytes(Int32) Method

Definition

Reads bytes starting at the current position.

public:
 cli::array <System::Byte> ^ ReadBytes(int byteCount);
public byte[] ReadBytes(int byteCount);
member this.ReadBytes : int -> byte[]
Public Function ReadBytes (byteCount As Integer) As Byte()

Parameters

byteCount
Int32

The number of bytes to read.

Returns

Byte[]

The byte array.

Exceptions

byteCount bytes not available.

Applies to