The escape character used to escape a quote inside a field.
- 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["EscapeAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class EscapeAttribute : Attribute, IClassMapper
Attributes
| Type | Description |
|---|---|
| AttributeUsage |
Constructors
| Name | Summary |
|---|---|
| EscapeAttribute |
The escape character used to escape a quote inside a field. |
Properties
| Name | Property Type | Summary |
|---|---|---|
| Escape | char |
Gets the escape character used to escape a quote inside a field.
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| ApplyTo |
void |
Applies configuration.
|