Class ReadRowEnding

Which character sequence will end a row when reading rows.

This can be determined automatically with Detect.

Inheritance
System.Object
ReadRowEnding
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class ReadRowEnding : Enum

Fields

CarriageReturn

The \r character.

Declaration
public const ReadRowEnding CarriageReturn
Field Value
Type Description
ReadRowEnding

CarriageReturnLineFeed

\r\n character sequence.

Declaration
public const ReadRowEnding CarriageReturnLineFeed
Field Value
Type Description
ReadRowEnding

Detect

Will probe the CSV and discover which sequence of characters indicates the end of a record.

Declaration
public const ReadRowEnding Detect
Field Value
Type Description
ReadRowEnding

LineFeed

The \n character.

Declaration
public const ReadRowEnding LineFeed
Field Value
Type Description
ReadRowEnding

value__

Declaration
public byte value__
Field Value
Type Description
System.Byte
In This Article
Back to top Generated by DocFX