CsvClassBuilder Constructor (String, Char, String) |
Creates a new DelimitedClassBuilder.
Namespace:
FileHelpers.Dynamic
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic CsvClassBuilder(
string className,
char delimiter,
string sampleFile
)
Public Sub New (
className As String,
delimiter As Char,
sampleFile As String
)
Parameters
- className
- Type: SystemString
The valid class name. - delimiter
- Type: SystemChar
The delimiter for that class. - sampleFile
- Type: SystemString
A sample file from where to read the field names and number
See Also