FieldConverterAttribute Constructor (Type, String, String) |
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldConverterAttribute(
Type customConverter,
string arg1,
string arg2
)
Public Sub New (
customConverter As Type,
arg1 As String,
arg2 As String
)
Parameters
- customConverter
- Type: SystemType
The Type of your custom converter. - arg1
- Type: SystemString
The first param passed directly to the Converter Constructor. - arg2
- Type: SystemString
The second param passed directly to the Converter Constructor.
See Also