Class QuoteAttribute
- Namespace
- CsvHelper.Configuration.Attributes
- Assembly
- CsvHelper.dll
The character used to quote fields.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class QuoteAttribute : Attribute, IClassMapper
- Inheritance
-
QuoteAttribute
- Implements
- Inherited Members
Constructors
QuoteAttribute(char)
The character used to quote fields.
public QuoteAttribute(char quote)
Parameters
quote
charThe quote character.
Properties
Quote
Gets the character used to quote fields.
public char Quote { get; }
Property Value
Methods
ApplyTo(CsvConfiguration)
public void ApplyTo(CsvConfiguration configuration)
Parameters
configuration
CsvConfiguration