Determines if the factory can create a type converter for the given type.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- EnumConverterFactory
- Implements
Syntax
public bool CanCreate(Type type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The Type to be checked |
Return Value
| Type | Description |
|---|---|
| bool | true if the factory can create the type, otherwise false. |