AddConverter(Type, ITypeConverter) Method
Adds the ITypeConverter for the given System.Type.
Namespace
CsvHelper.TypeConversion
Containing Type
TypeConverterCache

Syntax

public void AddConverter(Type type, ITypeConverter typeConverter)

Parameters

Name Type Description
type Type The type the converter converts.
typeConverter ITypeConverter The type converter that converts the type.