Module base_conversion

Module base_conversion 

Source

Structsยง

FromBase
Convert a string representation in the specified base to a number
FromBinary
Convert from binary string
FromHex
Convert from hexadecimal string
FromOctal
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