Produces
ITypeConverter
for the specified System.Type
- Namespace
- CsvHelper
.TypeConversion - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["ITypeConverterFactory"]
click Interface0 "/CsvHelper/api/CsvHelper.TypeConversion/ITypeConverterFactory"
Type["CollectionConverterFactory"]
class Type type-node
Syntax
public class CollectionConverterFactory : 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.
|