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)
Parameters
Name | Type | Description |
---|---|---|
typeConverterType | Type | The type of the ITypeConverter . |