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);
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index of the word. |
| endian | Endian | The byte order. |
Returns
The word value.