Enum LineBreakStyle

LineBreakStyle enumeration

Represents the possible line break styles for a file.

public enum LineBreakStyle

Values

NameValueDescription
Windows0Selects the Windows string wrap style(CRLF).
Unix1Select the Unix string wrap style(LF). Also used for OSX.
Auto2Automatically select the type of string wrapping based on the operating system.

See Also