CsvDataLoadOptionsQuoteChar Property |
Gets or sets the character that is used to quote field values.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 21.1
Syntaxpublic char QuoteChar { get; set; }
Public Property QuoteChar As Char
Get
Set
public:
property wchar_t QuoteChar {
wchar_t get ();
void set (wchar_t value);
}
member QuoteChar : char with get, set
Property Value
Type:
Char
RemarksThe default value is '"' (quotation mark).
Double the character to place it into quoted text.
See Also