ByteOrder enumeration

ByteOrder enumeration

Defines various byte orders.

The ByteOrder type exposes the following members:

Fields

Field Description
UNKNOWN The byte order is unknown.
BIG_ENDIAN Big endian.
LITTLE_ENDIAN Little endian.

See Also