Click or drag to resize

FieldConverterAttribute Constructor (ConverterKind, String)

Indicates the ConverterKind used for read/write operations.

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

Parameters

converter
Type: FileHelpersConverterKind
The ConverterKind used for the transformations.
arg1
Type: SystemString
The first param passed directly to the Converter Constructor.
See Also