Table of Contents

Class DetectDelimiterAttribute

Namespace
CsvHelper.Configuration.Attributes
Assembly
CsvHelper.dll

Detect the delimiter instead of using the delimiter from configuration.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class DetectDelimiterAttribute : Attribute, IClassMapper
Inheritance
DetectDelimiterAttribute
Implements
Inherited Members

Constructors

DetectDelimiterAttribute(bool)

Detect the delimiter instead of using the delimiter from configuration.

public DetectDelimiterAttribute(bool detectDelimiter = true)

Parameters

detectDelimiter bool

Properties

DetectDelimiter

Detect the delimiter instead of using the delimiter from configuration.

public bool DetectDelimiter { get; }

Property Value

bool

Methods

ApplyTo(CsvConfiguration)

public void ApplyTo(CsvConfiguration configuration)

Parameters

configuration CsvConfiguration