QuoteAttribute Class
The character used to quote fields.
Namespace
CsvHelper.Configuration.Attributes
Interfaces
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IClassMapper"] click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper" Type["QuoteAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class QuoteAttribute : Attribute, IClassMapper

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
QuoteAttribute(char) The character used to quote fields.

Properties

Name Property Type Summary
Quote char
Gets the character used to quote fields.

Methods

Name Return Value Summary
ApplyTo(CsvConfiguration) void
Applies configuration.