Skip to content

IOFileComponent.GetUInt16 Method

Definition

Gets a 16-bit unsigned integer at the specified index.

protected ushort GetUInt16(int index, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);

View source

Parameters

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

Returns

UInt16

The word value.