Convert a number from one base to another.
'Integer' bases are converted to alphabet strings. Any invalid characters in the number passed for the conversion attempt are silently ignored. Converting 100.4 from decimal to hexadecimal will convert 1004 from decimal to hexadecimal.