EnumEOL Enum
Description
The EnumEOL enumeration indicates which EOL is used.
It is used with the following methods:
| Name | Value | Description |
| enumEOLNative | 0 |
Keeps the original EOL terminator(s). |
| enumEOLWindowCRLF | 1 |
EOL= '\n' + '\r' |
| enumEOLUnixCR | 2 | EOL= '\n' |
| enumEOLMacLF | 3 | EOL= '\r' |