[#BloombergLP-bdlb-CharType-stringAscii] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::stringAscii :relfileprefix: ../../../ :mrdocs: Return all `ASCII` characters as a null‐terminated string. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* stringAscii(); ---- == Description Return a null‐terminated string consisting of all characters in the category `ASCII` (i.e., `[0‐177]`), ordered by increasing character codes. Note that this string, if printed, may appear to be of length 0 because the `NULL` character is part of the set and appears first. == Return Value null‐terminated string of all `ASCII` characters [.small]#Created with https://www.mrdocs.com[MrDocs]#