[#BloombergLP-bsls-BlockGrowth-toAscii] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/BlockGrowth.adoc[BlockGrowth]::toAscii :relfileprefix: ../../../ :mrdocs: Return the string representation of the specified enumerator `value`. The string representation of `value` matches its corresponding enumerator name with the `BSLS_` prefix elided. == Synopsis Declared in `<bsls_blockgrowth.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* toAscii(xref:BloombergLP/bsls/BlockGrowth/Strategy.adoc[BlockGrowth::Strategy] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#