DataWriter.WriteUInt16(UInt16) 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 a 16-bit unsigned integer value to the output stream.
public:
virtual void WriteUInt16(unsigned short value) = WriteUInt16;
void WriteUInt16(uint16_t const& value);
public void WriteUInt16(ushort value);
function writeUInt16(value)
Public Sub WriteUInt16 (value As UShort)
Parameters
- value
-
UInt16
unsigned short
uint16_t
The value.
Implements
M:Windows.Storage.Streams.IDataWriter.WriteUInt16(System.UInt16)
M:Windows.Storage.Streams.IDataWriter.WriteUInt16(unsigned short)
M:Windows.Storage.Streams.IDataWriter.WriteUInt16(uint16_t)