Removes the
ITypeConverter
for the given System.Type
.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- TypeConverterCache
Syntax
public void RemoveConverter<T>()
Type Parameters
Name | Description |
---|---|
T | The type to remove the converter for. |