Return whether character is a decimal digit.
Declared in <bdlb_chartype.h>
static
bool
isDigit(char character);
Return true if the specified character is in the DIGIT category (i.e., [0-9]), and false otherwise.
true if character is a decimal digit, and false otherwise
| Name | Description |
|---|---|
| character | character to classify |