Click or drag to resize

FieldQuotedAttribute Class

Indicates that the field must be read and written as a Quoted String. By default uses "" (double quotes)
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldQuotedAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldQuotedAttribute : Attribute

The FieldQuotedAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldQuotedAttribute
Indicates that the field must be read and written as a Quoted String with double quotes.
Public methodFieldQuotedAttribute(Char)
Indicates that the field must be read and written as a Quoted String with the specified char.
Public methodFieldQuotedAttribute(MultilineMode)
Indicates that the field must be read and written like a Quoted String with double quotes.
Public methodFieldQuotedAttribute(QuoteMode)
Indicates that the field must be read and written as a "Quoted String" (that can be optional depending of the mode).
Public methodFieldQuotedAttribute(Char, QuoteMode)
Indicates that the field must be read and written as a Quoted String (that can be optional).
Public methodFieldQuotedAttribute(QuoteMode, MultilineMode)
Indicates that the field must be read and written as a Quoted String (that can be optional).
Public methodFieldQuotedAttribute(Char, QuoteMode, MultilineMode)
Indicates that the field must be read and written as a Quoted String (that can be optional).
Top
Properties
  NameDescription
Public propertyQuoteChar
The char used to quote the string.
Public propertyQuoteMode
Indicates if the handling of optionals in the quoted field.
Public propertyQuoteMultiline
Indicates if the field can span multiple lines.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also