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>

static
char const*
lineBreakModeToAscii(LineBreakMode mode);

Created with MrDocs