Converts a number from one base to another (any base from 2 to 36) and also reports its decimal value.
value uses digits valid for from_base (letters a-z for bases above 10, case-insensitive). from_base defaults to 10. Negative values are supported. Computed locally.
The number to convert, using digits valid for from_base (e.g. "FF", "1010", "255").
Base to convert to (2-36).
Base of the input. Defaults to 10.