Click or drag to resize
Accord.NET (logo)

CsvReaderDefaultParseErrorAction Property

Gets or sets the default action to take when a parsing error has occured.

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

Property Value

Type: ParseErrorAction
The default action to take when a parsing error has occured.
See Also