[#BloombergLP-bslfmt-FormatterCharUtil-059] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::FormatterCharUtil :relfileprefix: ../../ :mrdocs: Namespace for character conversion utilities used by formatters. == Synopsis Declared in `<bslfmt_formattercharutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_CHAR> struct FormatterCharUtil; ---- == Description This struct provides a namespace for a utility functions that convert characters (e.g. `char` to `wchar_t` or lowercase characters to uppercase). Notice that this structure has specializations only for `char` and `wchar_t` types. == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslfmt/FormatterCharUtil-05b.adoc[`FormatterCharUtil<char>`] | `FormatterCharUtil` specialization for `char` output. | xref:BloombergLP/bslfmt/FormatterCharUtil-0c.adoc[`FormatterCharUtil<wchar_t>`] | `FormatterCharUtil` specialization for `wchar_t` output. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#