DataReader.ReadBytes(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads an array of byte values from the input stream.
public:
virtual void ReadBytes(Platform::Array <byte> ^ value) = ReadBytes;
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 that receives the byte values.
Implements
M:Windows.Storage.Streams.IDataReader.ReadBytes(System.Byte[])
M:Windows.Storage.Streams.IDataReader.ReadBytes(byte[])