Expand description
FromStringBase
, a trait for converting strings in a specified
base to numbers.
Functionsยง
- digit_
from_ display_ byte - Produces a digit from a byte corresponding to a numeric or alphabetic (lower- or uppercase)
char
that represents the digit.