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