Return a null‐terminated string consisting of all characters in the category XDIGIT (i.e., [0‐9A‐Fa‐f]), ordered by increasing character codes.
Synopsis
Declared in <bdlb_chartype.h>
static
char const*
stringXdigit();
Return Value
null‐terminated string of all XDIGIT characters
Created with MrDocs