www.csvreader.com

This determines whether the column value lookup using the column name retrieved from the column header names will be case sensitive based on the header names or not. Default is true.

[Visual Basic]
Public Property CaseSensitive As Boolean
[C#]
public bool CaseSensitive {get; set;}

See Also

CsvReader.UserSettings Class | DataStreams.Csv Namespace