[#BloombergLP-bdlb-CharType-stringDigit] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::stringDigit :relfileprefix: ../../../ :mrdocs: Return a null‐terminated string consisting of all characters in the category `DIGIT` (i.e., `[0‐9]`), ordered by increasing character codes. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* stringDigit(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#