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