Enum UnicodeNewline
- Namespace
- ICSharpCode.Decompiler.Util
- Assembly
- ICSharpCode.Decompiler.dll
public enum UnicodeNewline
Fields
CR = 13
Carriage Return, U+000D
CRLF = 3338
FF = 12
Form Feed, U+000C
LF = 10
Line Feed, U+000A
LS = 8232
Line Separator, U+2028
NEL = 133
Next Line, U+0085
PS = 8233
Paragraph Separator, U+2029
Unknown = 0
VT = 11
Vertical Tab, U+000B