ReadUInt16()

BinaryReader::ReadUInt16() method

Reads 2 bytes from the input stream and returns them as an unsigned 16-bit integer value.

virtual uint16_t System::IO::BinaryReader::ReadUInt16()

Return Value

An unsigned 16-bit integer value read

See Also