QuoteChar

CsvDataLoadOptions.QuoteChar property

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

public char QuoteChar { get; set; }

Remarks

The default value is ‘"’ (quotation mark).

Double the character to place it into quoted text.

See Also