DataWriter.WriteBytes(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.
Writes an array of byte values to the output stream.
public:
virtual void WriteBytes(Platform::Array <byte> ^ value) = WriteBytes;
void WriteBytes(winrt::array_view <byte> const& value);
public void WriteBytes(byte[] value);
function writeBytes(value)
Public Sub WriteBytes (value As Byte())
Parameters
- value
-
Byte[]
byte[]
The array of values.
Implements
M:Windows.Storage.Streams.IDataWriter.WriteBytes(System.Byte[])
M:Windows.Storage.Streams.IDataWriter.WriteBytes(byte[])