Table of Contents

Enum ConvertBase

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents the integer base for conversions between string and numeric types using Convert<TFrom, TTo>(TFrom, ConvertOptions<TTo>).

public enum ConvertBase

Fields

Binary = 2

Base 2 (binary).

Octal = 8

Base 8 (octal).

Decimal = 10

Base 10 (decimal).

Hexadecimal = 16

Base 16 (hexadecimal).