Reads a UInt32 value from the input stream.

C# |
public uint ReadUInt32()

The UInt32 value retrieved from the input stream.

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