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

Syntax

public TypeConverterAttribute(Type typeConverterType, params object[] constructorArgs)

Parameters

Name Type Description
typeConverterType Type The type of the ITypeConverter.
constructorArgs object[] Type constructor arguments for the type converter.