GetConverter(MemberInfo) Method
Gets the converter for the given member. If an attribute is found on the member, that will be used, otherwise the cache will be used.
Namespace
CsvHelper.TypeConversion
Containing Type
TypeConverterCache

Syntax

public ITypeConverter GetConverter(MemberInfo member)

Parameters

Name Type Description
member MemberInfo The member to get the converter for.

Return Value

Type Description
ITypeConverter