IDataReader.ReadBytes(Byte[]) Method

Definition

Reads an array of byte values from the input stream.

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

Parameters

value

Byte[]

byte[]

The array of values.

Applies to