BlobReader.ReadBytes(Int32) Método

Definição

Leitura de bytes a partir da posição atual.

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()

Parâmetros

byteCount
Int32

O número de bytes para ler.

Devoluções

Byte[]

O array de bytes.

Exceções

byteCount Bytes não disponíveis.

Aplica-se a