Character to quote values
Source position: csvreadwrite.pp line 80
public property TCSVHandler.QuoteChar : TCSVChar |
QuoteChar specifies the character to use when quoting values. Between the quote characters, field delimiter (as set in Delimiter) or line ending (as set in LineEnding) characters lose their special meaning and are considered part of the value. The default quote character is the double quote (").
|
Field delimiter character |
|
|
Line ending character |