New |
public enum NewLineFormat
Member name | Value | Description |
---|---|---|
Unix | 0 | The Unix New-Line format ("\n"). |
Dos | 1 | The DOS New-Line format ("\r\n"). |
Mixed | 2 | A mixed New-Line format where some lines use Unix-based line endings and other lines use DOS-based line endings. |