FieldQuotedAttribute Constructor (QuoteMode) |
Indicates that the field must be read and written as a "Quoted String"
(that can be optional depending of the mode).
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldQuotedAttribute(
QuoteMode mode
)
Public Sub New (
mode As QuoteMode
)
Parameters
- mode
- Type: FileHelpersQuoteMode
Indicates if the handling of optionals in the quoted field.
See Also