System::IO::BinaryReader::ReadUInt64 method

BinaryReader::ReadUInt64 method

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

virtual uint64_t System::IO::BinaryReader::ReadUInt64()

ReturnValue

An unsigned 64-bit integer value read

See Also