[#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`. == 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); ---- == Description The string representation of `value` matches its corresponding enumerator name with the "BSLS_" prefix elided. == Return Value string representation of `value` with the "BSLS_" prefix elided == Parameters [cols="1,4"] |=== | Name| Description | *value* | memory block growth strategy enumerator to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#