[#BloombergLP-bdlde-Utf8Util-toAscii] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8Util.adoc[Utf8Util]::toAscii :relfileprefix: ../../../ :mrdocs: 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`. == 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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#