[#BloombergLP-bdlde-CharConvertStatus] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::CharConvertStatus :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating the set of mask codes that can be used to interpret `int` return values from translation functions in `bdede`. == Synopsis Declared in `<bdlde_charconvertstatus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct CharConvertStatus; ---- == Description This class: * supports a complete set of _enumeration_ operations * except for `bdex` serialization * is `const` _thread‐safe_ For terminology see `bsldoc_glossary`. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/CharConvertStatus/Enum.adoc[`Enum`] | Bit‐masks returned by character‐conversion functions to report conversion issues. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/CharConvertStatus/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/bdlde/CharConvertStatus/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#