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