Click or drag to resize

FieldQuotedAttribute Constructor

Overload List
  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
See Also