Converts strings containing numbers into actual numbers.
Can also convert numbers from other numerical bases to base 10.
This string can contain digits from 0 to 9 (inclusive) for numerical bases from 2 to 10 (inclusive), and from 0 to z for bases greater than 10.
The maximum value depends on the specific base value provided, for example for base 3 0, 1, 2 are permitted. For base 11, 0-9 and a are permitted.
2 and 36 (inclusive)