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

Syntax

public void AddConverter<T>(ITypeConverter typeConverter)

Type Parameters

Name Description
T The type the converter converts.

Parameters

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