Options for trimming of fields.
- Namespace
- CsvHelper
.Configuration - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["ISpanFormattable"]
Type-.->Interface2["IFormattable"]
Type-.->Interface3["IConvertible"]
Type["TrimOptions"]
class Type type-node
Syntax
[Flags]
public enum TrimOptions
Attributes
Type | Description |
---|---|
Flags |
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
InsideQuotes | TrimOptions | 2 |
Trims the whitespace inside of quotes around a field.
static
|
None | TrimOptions | 0 |
No trimming.
static
|
Trim | TrimOptions | 1 |
Trims the whitespace around a field.
static
|