[#BloombergLP-baljsn-JsonFormatter_State-toAscii] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonFormatter_State.adoc[JsonFormatter_State]::toAscii :relfileprefix: ../../../ :mrdocs: Return the string representation corresponding to the specified enumeration `value`. == Synopsis Declared in `<baljsn_jsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* toAscii(xref:BloombergLP/baljsn/JsonFormatter_State/Enum.adoc[Enum] value); ---- == Return Value the string representation corresponding to `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | enumeration value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#