Enumeration EndOfLineSequence

Expand description

End of line character preference.

Enumeration Members§

§

CRLF = 1

Use carriage return and line feed (\r\n) as the end of line character.

§

LF = 0

Use line feed (\n) as the end of line character.