|
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
Syntaxpublic int FieldCount { get; }Public ReadOnly Property FieldCount As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The maximum number of fields to retrieve for each record.
Implements
IDataRecordFieldCount
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException |
The instance has been disposed of.
|
See Also