Click or drag to resize
BinaryReaderReadUInt64 Method
Reads an 8-byte unsigned integer from the current stream and advances the position of the stream by eight bytes.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual ulong ReadUInt64()

Return Value

Type: UInt64
An 8-byte unsigned integer read from this stream.
Exceptions
ExceptionCondition
EndOfStreamExceptionThe end of the stream is reached.
IOExceptionAn I/O error occurs.
ObjectDisposedExceptionThe stream is closed.
See Also