Click or drag to resize

FieldConverterAttribute Constructor (Type, String)

Indicates a custom ConverterBase implementation.

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

Parameters

customConverter
Type: SystemType
The Type of your custom converter.
arg1
Type: SystemString
The first param passed directly to the Converter Constructor.
See Also