[#BloombergLP-bdlde-QuotedPrintableDecoder-lineBreakModeToAscii] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/QuotedPrintableDecoder.adoc[QuotedPrintableDecoder]::lineBreakModeToAscii :relfileprefix: ../../../ :mrdocs: Return the ASCII string describing the specified `mode` governing the decoding of hard linebreaks ("rn"). The behavior is undefined unless `mode` is either e_CRLF_MODE or e_LF_MODE. == Synopsis Declared in `<bdlde_quotedprintabledecoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* lineBreakModeToAscii(xref:BloombergLP/bdlde/QuotedPrintableDecoder/LineBreakMode-08.adoc[LineBreakMode] mode); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#