Return true if the specified character is in the DIGIT category (i.e., [0-9]), and false otherwise.
true
character
DIGIT
[0-9]
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isDigit(char character);