CsvDataLoadOptionsQuoteChar Property

Gets or sets the character that is used to quote field values.

Namespace:  Aspose.Words.Reporting
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public char QuoteChar { get; set; }

Property Value

Type: Char
Remarks

The default value is '"' (quotation mark).

Double the character to place it into quoted text.

See Also