Click or drag to resize

FieldConverterAttribute Constructor (ConverterKind)

Indicates the ConverterKind used for read/write operations.

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

Parameters

converter
Type: FileHelpersConverterKind
The ConverterKind used for the transformations.
See Also