FieldConverterAttribute Constructor (Type) |
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldConverterAttribute(
Type customConverter
)
Public Sub New (
customConverter As Type
)
Parameters
- customConverter
- Type: SystemType
The Type of your custom converter.
See Also