Table of Contents

Class DelimiterAttribute

Namespace
CsvHelper.Configuration.Attributes
Assembly
CsvHelper.dll

The delimiter used to separate fields.

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

Constructors

DelimiterAttribute(string)

The delimiter used to separate fields.

public DelimiterAttribute(string delimiter)

Parameters

delimiter string

The delimiter.

Properties

Delimiter

Gets the delimiter.

public string Delimiter { get; }

Property Value

string

Methods

ApplyTo(CsvConfiguration)

public void ApplyTo(CsvConfiguration configuration)

Parameters

configuration CsvConfiguration