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

Syntax

public ITypeConverter GetConverter(Type type)

Parameters

Name Type Description
type Type The type to get the converter for.

Return Value

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