This enumeration defines constants for line ending styles.
| Constant | Description |
|---|---|
| lesCRLF | A CRLF ending consists of a Carriage Return character followed by a Line Feed character. This is the standard type of line-ending found on Windows and MSDOS platforms. |
| lesCR | A CR ending consists of a Carriage Return character. |
| lesLF | An LF ending consists of a Line Feed character. This is the standard type of line-ending found on UNIX platforms. |
| Related topics |
|---|
