Click or drag to resize
Accord.NET (logo)

CsvReaderParseErrorFlag Property

Indicates if a parse error occurred for the current record. Resets after each successful record read.

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

Property Value

Type: Boolean
See Also