Specifies the
TypeConverter to use
when converting the member to and from a CSV field.
- Namespace
- CsvHelper
.Configuration .Attributes - Containing Type
- Type
Converter Attribute
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. |