Click or drag to resize
Accord.NET (logo)

CsvReaderEscape Property

Gets the escape character letting insert quotation characters inside a quoted field. Default is '"'.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public char Escape { get; set; }
Request Example View Source

Property Value

Type: Char
The escape character letting insert quotation characters inside a quoted field.
See Also