Click or drag to resize

FieldConverterAttribute Constructor (Type)

Indicates a custom ConverterBase implementation.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldConverterAttribute(
	Type customConverter
)

Parameters

customConverter
Type: SystemType
The Type of your custom converter.
See Also