Determines if there is a converter registered for the given type.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- TypeConverterCache
Syntax
public bool Contains(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type to check. |
Return Value
Type | Description |
---|---|
bool | true if the converter is registered, otherwise false. |