Enum TrimOptions
- Namespace
- CsvHelper.Configuration
- Assembly
- CsvHelper.dll
Options for trimming of fields.
[Flags]
public enum TrimOptions
Fields
InsideQuotes = 2
Trims the whitespace inside of quotes around a field.
None = 0
No trimming.
Trim = 1
Trims the whitespace around a field.