|
CsvWriterEscape Property
|
Gets or sets the escape character letting insert quotation characters inside a quoted field.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public char Escape { get; set; }
Public Property Escape As Char
Get
Set
Request Example
View SourceProperty Value
Type:
CharThe escape character letting insert quotation characters inside a quoted field.
See Also