Click or drag to resize
Accord.NET (logo)

CsvReaderFieldCount Property

Gets the maximum number of fields to retrieve for each record.

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

Property Value

Type: Int32
The maximum number of fields to retrieve for each record.

Implements

IDataRecordFieldCount
Exceptions
ExceptionCondition
ObjectDisposedException The instance has been disposed of.
See Also