This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CsvHelper.
Summary
Gets or sets a value indicating whether all fields are quoted when writing, or just ones that have to be.
QouteAllFields
and
QouteNoFields
cannot be true at the same time. Turning one on will turn the other off.
- Assembly
- Cake
.CsvHelper .dll - Namespace
- Cake
.CsvHelper - Containing Type
- CsvHelperSettings
Syntax
public bool QouteAllFields { get; set; }
Value
Type | Description |
---|---|
bool |
true if all fields should be quoted; otherwise, false .
|