Click or drag to resize
CsvReaderUserSettingsTrimWhitespace Property
Whether to trim leading and trailing whitespace characters from non-textqualified column data. Default is true.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool TrimWhitespace { get; set; }

Property Value

Type: Boolean
See Also