System::IO::BinaryReader::ReadInt16 method

BinaryReader::ReadInt16 method

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

virtual int16_t System::IO::BinaryReader::ReadInt16()

ReturnValue

A 16-bit integer value read

See Also