SKWStream.Write16(UInt16) Method

Definition

Write a single, unsigned 16-bit integer to the stream.

public bool Write16 (ushort value);

Parameters

value
UInt16

The unsigned 16-bit integer to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to