[]
Returns the endianess (i.e., byte ordering) of the implementing class. Note that an implementing class may implement only one type of endianness or both, which would be decided at creatiuon time.
int ByteOrdering { get; }
ReadOnly Property ByteOrdering As Integer
| Type | Description |
|---|---|
| int | Either EndianType.BIG_ENDIAN or EndianType.LITTLE_ENDIAN |