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)