IOFileComponent.GetUInt32 Method
Definition
Gets a 32-bit unsigned integer at the specified index.
protected uint GetUInt32(int index, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index of the value. |
| endian | Endian | The byte order. |
Returns
The 32-bit unsigned integer value.