Reads a UInt64 value from the input stream.

C# |
public ulong ReadUInt64()

The UInt64 value retrieved from the input stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |
C# |
public ulong ReadUInt64()
Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |