TypeConverterAttribute(Type) Constructor
Specifies the TypeConverter to use when converting the member to and from a CSV field.

Syntax

public TypeConverterAttribute(Type typeConverterType)

Parameters

Name Type Description
typeConverterType Type The type of the ITypeConverter.