ByteOrder.Type

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.

Applies to