ReadSByte()

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()

Return Value

A signed 8-bit integer value read

See Also