[#BloombergLP-ball-SeverityUtil-isValidNameCaseless] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/SeverityUtil.adoc[SeverityUtil]::isValidNameCaseless :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `name` corresponds to an enumerator in the `Severity::Level` enumeration (without regard to the characters in `name`), and `false` otherwise. The behavior is undefined unless `name` is a null‐terminated (C‐style) string. Note that the names corresponding to `Severity::Level` enumerators are case _insensitive_. == Synopsis Declared in `<ball_severityutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isValidNameCaseless(char const* name); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#