Structsยง
- From
Base - Convert a string representation in the specified base to a number
- From
Binary - Convert from binary string
- FromHex
- Convert from hexadecimal string
- From
Octal - Convert from octal string
- ToBase
- Convert a number to a string representation in the specified base (2-36)
- ToBinary
- Convert to binary string
- ToHex
- Convert to hexadecimal string
- ToOctal
- Convert to octal string