A subclass of FromDigits that also allows to convert whole number literals with a radix other than 10
FromDigits
Convert digits string with given radix to number of type T. E.g. if radix is 16, digits a..f and A..F are also allowed.
T
a..f
A..F