CsvHelperSettings.

AllowComments Property

Summary

Gets or sets a value indicating if comments are allowed.
Assembly
Cake.CsvHelper.dll
Namespace
Cake.CsvHelper
Containing Type
CsvHelperSettings

Syntax

public bool AllowComments { get; set; }

Value

Type Description
bool true to allow commented out lines; otherwise, false.