A subclass ofFromDigits that also allows to convert whole number literals with a radix other than 10
Convert digits string with given radix to number of typeT. E.g. if radix is 16, digitsa..f andA..F are also allowed.
Convert digits string with given radix to number of typeT. E.g. if radix is 16, digitsa..f andA..F are also allowed.
Convertdigits string to value of typeTdigits can contain
Convertdigits string to value of typeTdigits can contain
+ or-if digit string is not legal for the given type
if value of result does not fit intoT's range
in case of numeric underflow (e.g. a non-zero floating point literal that produces a zero value)