Reference Library
ReadUInt32 Method
NamespacesMBNCSUtilDataReaderReadUInt32()()()()
Reads an unsigned 32-bit value from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public uint ReadUInt32()
<CLSCompliantAttribute(False)> _
Public Function ReadUInt32 As UInteger
[CLSCompliantAttribute(false)]
public:
unsigned int ReadUInt32()
Return Value
The next 32-bit value from the data stream.
Remarks

This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)