ITypeConverterFactory Interface
Produces ITypeConverter for the specified System.Type
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(Type) bool
Determines if the factory can create a type converter for the given type.
Create(Type, TypeConverterCache, ITypeConverter) bool
Creates a type converter for the given type and assigns it to the given out typeConverter parameter.