Return the ASCII name of the specified line‐break mode.
Synopsis
Declared in <bdlde_quotedprintabledecoder.h>
static
char const*
lineBreakModeToAscii(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
Name |
Description |
mode |
line‐break decoding mode ( |
Created with MrDocs