[#BloombergLP-bdlb-CharType-isNone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isNone :relfileprefix: ../../../ :mrdocs: Return whether `character` is in the `NONE` category. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isNone(char character); ---- == Description Return `true` if the specified `character` is in the `NONE` category (i.e., `[]`), and `false` otherwise. Note that this function always returns `false`, but is provided for completeness. == Return Value `false` always == Parameters [cols="1,4"] |=== | Name| Description | *character* | character to classify |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#