NewLineDelimitedMessageHandler.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.
Describes the supported styles of new lines that can be written.
public enum NewLineDelimitedMessageHandler.NewLineStyle
type NewLineDelimitedMessageHandler.NewLineStyle =
Public Enum NewLineDelimitedMessageHandler.NewLineStyle
- Inheritance
-
NewLineDelimitedMessageHandler.NewLineStyle
Fields
Name | Value | Description |
---|---|---|
Lf | 0 | Newlines are represented as a single \n character. |
CrLf | 1 | Newlines are represented by a \r\n character sequence. |