www.csvreader.com

Safety caution to prevent the parser from using large amounts of memory in the case where parsing settings like file encodings don't end up matching the actual format of a file. This switch can be turned off if the file format is known and tested. With the switch off, the max column lengths and max column count per record supported by the parser will greatly increase. Default is true.

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

See Also

CsvReader.UserSettings Class | DataStreams.Csv Namespace