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