System::IO::BinaryReader::ReadSByte method

BinaryReader::ReadSByte method

Reads a single byte from the input stream and returns it as a signed 8-bit integer value.

virtual int8_t System::IO::BinaryReader::ReadSByte()

ReturnValue

A signed 8-bit integer value read

See Also