Class WriteRowEnding
Which character sequence will end a row when writing rows.
Unlike with ReadRowEnding, this cannot be inferred.
Inheritance
System.Object
WriteRowEnding
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class WriteRowEnding : Enum
Fields
CarriageReturn
The \r character.
Declaration
public const WriteRowEnding CarriageReturn
Field Value
Type | Description |
---|---|
WriteRowEnding |
CarriageReturnLineFeed
\r\n character sequence.
Declaration
public const WriteRowEnding CarriageReturnLineFeed
Field Value
Type | Description |
---|---|
WriteRowEnding |
LineFeed
The \n character.
Declaration
public const WriteRowEnding LineFeed
Field Value
Type | Description |
---|---|
WriteRowEnding |
value__
Declaration
public byte value__
Field Value
Type | Description |
---|---|
System.Byte |