Produces
ITypeConverter
for the specified System.Type
- Namespace
- CsvHelper
.TypeConversion - Implementing Types
graph BT
Type["ITypeConverterFactory"]
class Type type-node
Implementing0["CollectionConverterFactory"]-.->Type
click Implementing0 "/CsvHelper/api/CsvHelper.TypeConversion/CollectionConverterFactory"
Implementing1["EnumConverterFactory"]-.->Type
click Implementing1 "/CsvHelper/api/CsvHelper.TypeConversion/EnumConverterFactory"
Implementing2["NullableConverterFactory"]-.->Type
click Implementing2 "/CsvHelper/api/CsvHelper.TypeConversion/NullableConverterFactory"
Syntax
public interface ITypeConverterFactory
Methods
Name | Return Value | Summary |
---|---|---|
CanCreate |
bool |
Determines if the factory can create a type converter for the given type.
|
Create |
bool |
Creates a type converter for the given type and assigns it to the given out typeConverter parameter.
|