[#BloombergLP-bdlat_EnumFunctions-toString] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_EnumFunctions.adoc[bdlat_EnumFunctions]::toString :relfileprefix: ../../ :mrdocs: Load into the specified `result` the string representation of the enumerator value held by the specified `value`. == Synopsis Declared in `<bdlat_enumfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void toString( xref:bsl/string.adoc[bsl::string]* result, TYPE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#