Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EndOfLineSequence

End of line character preference.

Index

Enumeration members

Enumeration members

CRLF

CRLF: = 1

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

LF

LF: = 0

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

Generated using TypeDoc