FieldConverterAttribute Class |
Namespace: FileHelpers
The FieldConverterAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | FieldConverterAttribute(Type) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind) | Indicates the ConverterKind used for read/write operations. |
![]() | FieldConverterAttribute(Type, Object) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(Type, String) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind, String) | Indicates the ConverterKind used for read/write operations. |
![]() | FieldConverterAttribute(Type, String, String) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind, String, String) | Indicates the ConverterKind used for read/write operations. |
![]() | FieldConverterAttribute(Type, String, String, String) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind, String, String, String) | Indicates the ConverterKind used for read/write operations. |
Name | Description | |
---|---|---|
![]() | Converter | The final concrete converter used for FieldToString and StringToField operations |
![]() | Kind | The ConverterKind if a default converter is used |