[#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 name of the specified line‐break `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); ---- == Description 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. == Return Value ASCII name of the specified line‐break `mode` == Parameters [cols="1,4"] |=== | Name| Description | *mode* | line‐break decoding mode (`e_CRLF_MODE` or `e_LF_MODE`) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#