FieldConverterAttribute Constructor (ConverterKind, String, String, String) |
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldConverterAttribute(
ConverterKind converter,
string arg1,
string arg2,
string arg3
)
Public Sub New (
converter As ConverterKind,
arg1 As String,
arg2 As String,
arg3 As String
)
Parameters
- converter
- Type: FileHelpersConverterKind
The ConverterKind used for the transformations. - arg1
- Type: SystemString
The first param passed directly to the Converter Constructor. - arg2
- Type: SystemString
The second param passed directly to the Converter Constructor. - arg3
- Type: SystemString
The third param passed directly to the Converter Constructor.
See Also