Click or drag to resize
Accord.NET (logo)

CsvReaderMissingFieldAction Property

Gets or sets the action to take when a field is missing.

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

Property Value

Type: MissingFieldAction
The action to take when a field is missing.
See Also