CsvHelperSettings.

QouteNoFields Property

Summary

Gets or sets a value indicating whether no fields are quoted when writing. 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 QouteNoFields { get; set; }

Value

Type Description
bool true if [quote no fields]; otherwise, false.