Prepares the header field for matching against a member name.
The header field and the member name are both ran through this function.
You should do things like trimming, removing whitespace, removing underscores,
and making casing changes to ignore case.
- Namespace
- CsvHelper
.Configuration - Containing Type
- CsvConfiguration
- Implements
- Property Type
- Prepare
Header For Match
Syntax
public virtual PrepareHeaderForMatch PrepareHeaderForMatch { get; set; }
Value
Type | Description |
---|---|
Prepare |