Adds the
TypeConverter<T>
for the given System.Type
.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- TypeConverterCache
Syntax
public void AddConverter<T>(TypeConverter<T> typeConverter)
Type Parameters
Name | Description |
---|---|
T | The type the converter converts. |
Parameters
Name | Type | Description |
---|---|---|
typeConverter | TypeConverter |
The type converter that converts the type. |