FieldQuotedAttribute Constructor (Char, QuoteMode, MultilineMode) |
Indicates that the field must be read and written as a Quoted String (that can be optional).
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldQuotedAttribute(
char quoteChar,
QuoteMode mode,
MultilineMode multiline
)
Public Sub New (
quoteChar As Char,
mode As QuoteMode,
multiline As MultilineMode
)
Parameters
- quoteChar
- Type: SystemChar
The char used to quote the string. - mode
- Type: FileHelpersQuoteMode
Indicates if the handling of optionals in the quoted field. - multiline
- Type: FileHelpersMultilineMode
Indicates if the field can span multiple lines.
See Also