Return the ASCII name of the specified line-break mode.
Declared in <bdlde_quotedprintabledecoder.h>
static
char const*
lineBreakModeToAscii(LineBreakMode mode);
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.
ASCII name of the specified line-break mode
| Name | Description |
|---|---|
| mode | line-break decoding mode (e_CRLF_MODE or e_LF_MODE) |