Click or drag to resize

FieldConverterAttribute Class

Indicates the ConverterKind used for read/write operations.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldConverterAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldConverterAttribute : Attribute

The FieldConverterAttribute type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConverter
The final concrete converter used for FieldToString and StringToField operations
Public propertyKind
The ConverterKind if a default converter is used
Top
Remarks
See the Complete attributes list for more information and examples of each one.
See Also