This documentation is compiled for the latest release of Mathos Core Library
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Conversion between different numerical bases
Namespace: Mathos.Converter
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Base2 | 2 | ||
| Binary | 2 | ||
| Base3 | 3 | ||
| Base4 | 4 | ||
| Base5 | 5 | ||
| Base6 | 6 | ||
| Base7 | 7 | ||
| Base8 | 8 | ||
| Octal | 8 | ||
| Base9 | 9 | ||
| Base10 | 10 | ||
| Decimal | 10 | ||
| Base11 | 11 | ||
| Base12 | 12 | ||
| Duodecimal | 12 | ||
| Base13 | 13 | ||
| Base14 | 14 | ||
| Base15 | 15 | ||
| Base16 | 16 | ||
| Hexadecimal | 16 | ||
| Base17 | 17 | ||
| Base18 | 18 | ||
| Base19 | 19 | ||
| Base20 | 20 | ||
| Base21 | 21 | ||
| Base22 | 22 | ||
| Base23 | 23 | ||
| Base24 | 24 | ||
| Base25 | 25 | ||
| Base26 | 26 | ||
| Base27 | 27 | ||
| Base28 | 28 | ||
| Base29 | 29 | ||
| Base30 | 30 | ||
| Base31 | 31 | ||
| Base32 | 32 | ||
| Base33 | 33 | ||
| Base34 | 34 | ||
| Base35 | 35 | ||
| Base36 | 36 |
See Also