Reference Library
ReadUInt64 Method
NamespacesMBNCSUtilDataReaderReadUInt64()()()()
Reads an unsigned 64-bit value from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public ulong ReadUInt64()
<CLSCompliantAttribute(False)> _
Public Function ReadUInt64 As ULong
[CLSCompliantAttribute(false)]
public:
unsigned long long ReadUInt64()
Return Value
The next 64-bit value from the data stream.
Remarks

This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)