IDataWriter.WriteBytes(Byte[]) Method

Definition

Writes an array of byte values to the output stream.

public:
 void WriteBytes(Platform::Array <byte> ^ value);
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.

Applies to