EndLineChar Enum
Provides the list of supported line breaks characters.
Parts
Constant | Member name |
---|---|
0 | CRLF |
1 | CR |
2 | LF |
Syntax
variable = EndLineChar
.Constant
📝Note
The
EndLineChar
enumeration is used to specify the char used to insert blank lines over the current text file.
- See also
- WriteBlankLines Method