System::IO::BinaryReader::ReadInt64 method

BinaryReader::ReadInt64 method

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

virtual int64_t System::IO::BinaryReader::ReadInt64()

ReturnValue

A 64-bit integer value read

See Also