CsvHelperSettings.

TrimHeaders Property

Summary

Gets or sets a value indicating ifthe reader to ignore white space from the beginning and ending of the headers when matching the columns to the properties by name.
Assembly
Cake.CsvHelper.dll
Namespace
Cake.CsvHelper
Containing Type
CsvHelperSettings

Syntax

public bool TrimHeaders { get; set; }

Value

Type Description
bool