GetConverter<T>() Method
Gets the converter for the given System.Type.
Namespace
CsvHelper.TypeConversion
Containing Type
TypeConverterCache

Syntax

public ITypeConverter GetConverter<T>()

Type Parameters

Name Description
T The type to get the converter for.

Return Value

Type Description
ITypeConverter The ITypeConverter for the given System.Type.