WithRadix
A subclass of FromDigits that also allows to convert whole number literals
with a radix other than 10
- Source:
- FromDigits.scala
Value members
Abstract methods
Convert digits string with given radix to number of type T.
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.
- Source:
- FromDigits.scala