TypeConverter<TConverter>() Method
Specifies the TypeConverter(ITypeConverter) to use when converting the parameter to and from a CSV field.
Namespace
CsvHelper.Configuration
Containing Type
ParameterMap

Syntax

public virtual ParameterMap TypeConverter<TConverter>() where TConverter : ITypeConverter

Type Parameters

Name Description
TConverter The System.Type of the TypeConverter(ITypeConverter) to use.

Return Value

Type Description
ParameterMap