UnderlyingTypeConverter Property
Gets the type converter for the underlying type.
Namespace
CsvHelper.TypeConversion
Containing Type
NullableConverter
Property Type
ITypeConverter

Syntax

public ITypeConverter UnderlyingTypeConverter { get; private set; }

Value

Type Description
ITypeConverter The type converter.