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