bool isdigit(int c)
Returns true if the character is a digit. Equivalent to the corresponding C function isdigit.
StrIsDigit