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

Syntax

public void AddConverter<T>(TypeConverter<T> typeConverter)

Type Parameters

Name Description
T The type the converter converts.

Parameters

Name Type Description
typeConverter TypeConverter<T> The type converter that converts the type.