|
CsvReaderGetFieldHeaders Method
|
Gets the field headers.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public string[] GetFieldHeaders()
Public Function GetFieldHeaders As String()
Request Example
View SourceReturn Value
Type:
StringThe field headers or an empty array if headers are not supported.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The instance has been disposed of.
|
See Also