Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal inputFile As String, _ ByVal options As CsvOptions, _ ByVal fieldDelim As Char, _ ByVal formatter As IFormatProvider _ ) |
C# | |
---|---|
public CsvReader( string inputFile, CsvOptions options, char fieldDelim, IFormatProvider formatter ) |
Parameters
- inputFile
- The text file to read from
- options
- Options for parsing the text
- fieldDelim
- The character used to delineate fields
- formatter
- The format provided used for interpreting numbers and dates
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7