[#BloombergLP-bdlde-QuotedPrintableEncoder-lineBreakModeToAscii] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/QuotedPrintableEncoder.adoc[QuotedPrintableEncoder]::lineBreakModeToAscii :relfileprefix: ../../../ :mrdocs: Return the string representation exactly matching the enumerator name corresponding to the specified enumerator `mode`. == Synopsis Declared in `<bdlde_quotedprintableencoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* lineBreakModeToAscii(xref:BloombergLP/bdlde/QuotedPrintableEncoder/LineBreakMode-0d.adoc[QuotedPrintableEncoder::LineBreakMode] mode); ---- == Return Value the string representation matching the enumerator name for `mode` == Parameters [cols="1,4"] |=== | Name| Description | *mode* | line‐break mode enumerator to convert to a string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#