Skip to content

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);

View source

Parameters

Name Type Description
index Int32 The index of the value.
endian Endian The byte order.

Returns

UInt32

The 32-bit unsigned integer value.