Enumeration DefaultEndOfLine

Expand description

The default end of line to use when instantiating models.

Enumeration Members§

§

CRLF = 2

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

§

LF = 1

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