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