Converts input and returns the result of the conversion.
input
int convert(String src) => int.parse(src, radix: this.radix);