Enum ConvertBase
Represents the integer base for conversions between string and numeric types using Convert<TFrom, TTo>(TFrom, ConvertOptions<TTo>).
public enum ConvertBase
Fields
Binary = 2Base 2 (binary).
Octal = 8Base 8 (octal).
Decimal = 10Base 10 (decimal).
Hexadecimal = 16Base 16 (hexadecimal).