Method WriteUShort
WriteUShort(ushort)
Writes a 2-byte unsigned short to the current stream and advances the stream position by two bytes.
Declaration
public bool WriteUShort(ushort value)
Parameters
Type | Name | Description |
---|---|---|
ushort | value | The 2-byte unsigned short to write. |
Returns
Type | Description |
---|---|
bool | Whether the write was successful |