FieldQuotedAttribute Class |
Namespace: FileHelpers
The FieldQuotedAttribute type exposes the following members.
Name | Description | |
---|---|---|
FieldQuotedAttribute |
Indicates that the field must be read and written as a Quoted String with double quotes.
| |
FieldQuotedAttribute(Char) |
Indicates that the field must be read and written as a Quoted String
with the specified char.
| |
FieldQuotedAttribute(MultilineMode) | Indicates that the field must be read and written like a Quoted String with double quotes. | |
FieldQuotedAttribute(QuoteMode) |
Indicates that the field must be read and written as a "Quoted String"
(that can be optional depending of the mode).
| |
FieldQuotedAttribute(Char, QuoteMode) | Indicates that the field must be read and written as a Quoted String (that can be optional). | |
FieldQuotedAttribute(QuoteMode, MultilineMode) | Indicates that the field must be read and written as a Quoted String (that can be optional). | |
FieldQuotedAttribute(Char, QuoteMode, MultilineMode) | Indicates that the field must be read and written as a Quoted String (that can be optional). |
Name | Description | |
---|---|---|
QuoteChar | The char used to quote the string. | |
QuoteMode | Indicates if the handling of optionals in the quoted field. | |
QuoteMultiline | Indicates if the field can span multiple lines. |