[#BloombergLP-bdlde-Utf8Util-toAscii] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8Util.adoc[Utf8Util]::toAscii :relfileprefix: ../../../ :mrdocs: Return the string name of the `ErrorStatus` enumerator for `value`. == Synopsis Declared in `<bdlde_utf8util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* toAscii(xref:BloombergLP/bdlde/Utf8Util/IntPtr.adoc[IntPtr] value); ---- == Description Return the non‐modifiable string representation of the `ErrorStatus` enumerator matching the specified `value`, if it exists, and "(* unrecognized value *)" otherwise. The string representation of an enumerator that matches `value` is the enumerator name with the "k_" prefix elided. Note that this method may be used to aid in interpreting status values that are returned from some methods in this utility. See `ErrorStatus`. == Return Value enumerator name without the `k_` prefix, or an unrecognized marker == Parameters [cols="1,4"] |=== | Name| Description | *value* | `ErrorStatus` enumerator value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#