ReadUInt64()

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

Return Value

An unsigned 64-bit integer value read

See Also