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