Enum ByteOrder
Represents the byte order of binary data when converting to/from numerical types using Convert<TFrom, TTo>(TFrom, ConvertOptions<TTo>).
public enum ByteOrder
Fields
BigEndian = 0
Big endian order.
LittleEndian = 1
Little endian order.