The escape character used to escape a quote inside a field.
- Namespace
- CsvHelper
.Configuration .Attributes - Containing Type
- EscapeAttribute
Syntax
public EscapeAttribute(char escape)
Parameters
Name | Type | Description |
---|---|---|
escape | char | The escape character. |