Click or drag to resize

ConverterBuilder Class

Used to build the ConverterAttribute for the run time classes.
Inheritance Hierarchy
SystemObject
  FileHelpers.DynamicConverterBuilder

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class ConverterBuilder

The ConverterBuilder type exposes the following members.

Properties
  NameDescription
Public propertyArg1
The first argument passed to the converter.
Public propertyArg2
The first argument passed to the converter.
Public propertyArg3
The first argument passed to the converter.
Public propertyKind
The ConverterKind to be used , like the one in the FieldConverterAttribute.
Public propertyTypeName
The type name of your custom converter.
Top
See Also