ByteOrdering
enum ByteOrdering
Represents the well-known byte ordering values.
BigEndian = 1
The byte order is always from the most significant byte to the least significant byte and used by Motorola.
LittleEndian = 0
The byte order is always from the least significant byte to the most significant byte and used by Intel.