Click or drag to resize
Accord.NET (logo)

CsvReaderGetFieldHeaders Method

Gets the field headers.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public string[] GetFieldHeaders()
Request Example View Source

Return Value

Type: String
The field headers or an empty array if headers are not supported.
Exceptions
ExceptionCondition
ObjectDisposedException The instance has been disposed of.
See Also