Class ByteOrderType
Defines the ordering of the bytes.
Inheritance
System.Object
    ByteOrderType
  Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class ByteOrderType : EnumRemarks
For Motorola this is big-endian (Most significant byte first), for Intel this is little-endian (Least significant byte first).
Fields
BigEndian
Most significant byte first.
Declaration
public const ByteOrderType BigEndianField Value
| Type | Description | 
|---|---|
| ByteOrderType | 
LittleEndian
Least significant byte first.
Declaration
public const ByteOrderType LittleEndianField Value
| Type | Description | 
|---|---|
| ByteOrderType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 |