Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Enum ByteOrder

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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.