Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Specifies the byte order.
Allowed values
Name | Value | Description |
---|---|---|
ByteOrder.LittleEndian | 0 | The least significant byte appears first in Little Endian byte order. |
ByteOrder.BigEndian | 1 | The most significant byte appears first in Big Endian byte order. |
Remarks
The allowed values for this enumeration are possible values for the byteOrder
parameter in BinaryFormat.ByteOrder.