[#BloombergLP-bdlb-CharType-isPrint] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isPrint :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `character` is in the `PRINT` category (i.e., any printable character including `SPACE`), and `false` otherwise. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isPrint(char character); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#