EnumConverterFactory Class
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["EnumConverterFactory"] class Type type-node

Syntax

public class EnumConverterFactory : 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.