FieldQuotedAttribute Constructor |
| 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). |