|  | CsvDataReaderUserSettingsSafetySwitch Property | 
            	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.
            
 
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
 Syntax
Syntaxpublic bool SafetySwitch { get; set; }Public Property SafetySwitch As Boolean
	Get
	Set
Property Value
Type: 
Boolean See Also
See Also