FieldQuotedAttribute Constructor (Char) |
Indicates that the field must be read and written as a Quoted String
with the specified char.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldQuotedAttribute(
char quoteChar
)
Public Sub New (
quoteChar As Char
)
Parameters
- quoteChar
- Type: SystemChar
The char used to quote the string.
See Also