Click or drag to resize
Accord.NET (logo)

MalformedCsvExceptionCurrentFieldIndex Property

Gets the current field index.

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

Property Value

Type: Int32
The current record index.
See Also