Return the string representation of the specified enumerator value.
The string representation of value matches its corresponding enumerator name with the "BSLS_" prefix elided. For example: ` bsl::cout << Alignment::toAscii(Alignment::BSLS_NATURAL); ` will print the following on standard output: ` NATURAL `
string representation of value with the "BSLS_" prefix elided
| Name | Description |
|---|---|
| value | alignment strategy enumerator to convert |