Table of Contents

Class DetectDelimiterValuesAttribute

Namespace
CsvHelper.Configuration.Attributes
Assembly
CsvHelper.dll

The possible delimiter values used when detecting the delimiter. Default is [",", ";", "|", "\t"].

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

Constructors

DetectDelimiterValuesAttribute(string)

The possible delimiter values used when detecting the delimiter.

public DetectDelimiterValuesAttribute(string detectDelimiterValues)

Parameters

detectDelimiterValues string

Whitespace separated list of values.

Properties

DetectDelimiterValues

The possible delimiter values used when detecting the delimiter.

public string[] DetectDelimiterValues { get; }

Property Value

string[]

Methods

ApplyTo(CsvConfiguration)

public void ApplyTo(CsvConfiguration configuration)

Parameters

configuration CsvConfiguration