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
stringThe delimiter.
Properties
Delimiter
Gets the delimiter.
public string Delimiter { get; }
Property Value
Methods
ApplyTo(CsvConfiguration)
public void ApplyTo(CsvConfiguration configuration)
Parameters
configuration
CsvConfiguration