Adds the
ITypeConverterFactory
.
Factories are queried in order of being added and first factory that handles the type is used for creating the ITypeConverter
.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- TypeConverterCache
Syntax
public void AddConverterFactory(ITypeConverterFactory typeConverterFactory)
Parameters
Name | Type | Description |
---|---|---|
typeConverterFactory | I |
Type converter factory |