Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DefaultEndOfLine

The default end of line to use when instantiating models.

Index

Enumeration members

Enumeration members

CRLF

CRLF: = 2

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

LF

LF: = 1

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

Generated using TypeDoc