Indicates the behavior of quoted fields.
| Member Name | Description |
|---|---|
| AlwaysQuoted | The engine always expects a quote when read and always adds the quotes when write. |
| OptionalForRead | The engine expects or not a quote when read and always adds the quotes when write. |
| OptionalForWrite | The engine always expects a quote when read and adds the quotes when write only if the field contains: quotes, new lines or the separator char. |
| OptionalForBoth | The engine expects or not a quote when read and adds the quotes when write only if the field contains: quotes, new lines or the separator char. |
Namespace: FileHelpers
Assembly: FileHelpers (in FileHelpers.dll)