Click or drag to resize
CsvReader.Settings Property
Has all the options that are able to be set that will affect the way records are parsed and accessed.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public CsvReader.UserSettings Settings { get; }

Property Value

Type: CsvReader.UserSettings
See Also