CsvHelperSettings.

IgnoreQoutes Property

Summary

Gets or sets a value indicating if quotes should be ingored when parsing and treated like any other character.
Assembly
Cake.CsvHelper.dll
Namespace
Cake.CsvHelper
Containing Type
CsvHelperSettings

Syntax

public bool IgnoreQoutes { get; set; }

Value

Type Description
bool true if to ignore qoutes; otherwise, false.