NewLineStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration that indicates the mode that is used during metadata serialization to terminate a text line and starts a new one.
public enum NewLineStyle
type NewLineStyle =
Public Enum NewLineStyle
- Inheritance
-
NewLineStyle
Fields
Name | Value | Description |
---|---|---|
SystemDefault | 0 | The default mode of new-line, that is determined based of the system. |
WindowsStyle | 1 | The new-line separation is done in the Windows style - each line ends with CR followed by LF. |
UnixStyle | 2 | The new-line separation is done in the Linux style - each line ends only by LF. |