to-integer-by-base
Summary​
Converts a string to an integer with a customizable base
Description​
A string representation of an integer.
The base to use for the resulting integer. The base can be an integer between 2 and 36. If no base is given, it defaults to 10.