Enum LineEnding
Enumerates the possible line ending modes.
Namespace: Neon.IO
Assembly: Neon.Common.dll
Syntax
public enum LineEnding
Fields
Name | Description |
---|---|
CRLF | Windows style line endings using carriage return and line feed characters. |
LF | Unix/Linux style line endings using just a line feed. |
Platform | Use platform specific line endings. |