Class ReadHeader

Whether to expect a header row when deserializing.

This can be determined automatically with Detect.

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

Fields

Always

Reading will fail if headers are not present.

Declaration
public const ReadHeader Always
Field Value
Type Description
ReadHeader

Detect

Will probe for headers, but will continue if they are not present.

Declaration
public const ReadHeader Detect
Field Value
Type Description
ReadHeader

Never

Reading will fail if headers are present.

Declaration
public const ReadHeader Never
Field Value
Type Description
ReadHeader

value__

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