CsvReader..::..ParseErrorFlag Property

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

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public bool ParseErrorFlag { get; }
Public ReadOnly Property ParseErrorFlag As Boolean
	Get
public:
property bool^ ParseErrorFlag {
	bool^ get ();
}