Indicates that the field must be read and written like a Quoted String (that can be optional).
[Visual Basic]
Overloads Public Sub New( _
ByVal
quoteChar As
Char, _
ByVal
mode As
QuoteMode _
)
[C#]
public FieldQuotedAttribute(
char quoteChar,
QuoteMode mode);
Parameters
-
quoteChar
- The char used to quote the string.
-
mode
- Indicates if the handling of optionals in the quoted field.
See Also
FieldQuotedAttribute Class | FileHelpers Namespace | FieldQuotedAttribute Constructor Overload List
Powered by: