IDataReader.ReadBytes(Byte[]) Método

Definição

Lê uma matriz de valores de bytes do fluxo de entrada.

public:
 void ReadBytes(Platform::Array <byte> ^ value);
void ReadBytes(winrt::array_view <byte> & value);
public void ReadBytes(byte[] value);
function readBytes(value)
Public Sub ReadBytes (value As Byte())

Parâmetros

value

Byte[]

byte[]

A matriz de valores.

Aplica-se a