Show / Hide Table of Contents

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 : Enum
Remarks

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 BigEndian
Field Value
Type Description
ByteOrderType

LittleEndian

Least significant byte first.

Declaration
public const ByteOrderType LittleEndian
Field Value
Type Description
ByteOrderType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX