FieldConverterAttribute Constructor (Type, Object) |
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldConverterAttribute(
Type customConverter,
params Object[] args
)
Public Sub New (
customConverter As Type,
ParamArray args As Object()
)
Parameters
- customConverter
- Type: SystemType
The Type of your custom converter. - args
- Type: SystemObject
A list of params passed directly to your converter constructor.
See Also