Class ByteOrder
Byte-order variants.
  
  
  Namespace: XploRe.Runtime
Assembly: XploRe.Runtime.dll
Syntax
public sealed class ByteOrder : EnumFields
| Name | Description | 
|---|---|
| BigEndian | Big-endian byte-order. | 
| Host | The byte-order of the host. | 
| LittleEndian | Little-endian byte-order. | 
| value__ |