Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal inputFile As String, _ ByVal options As CsvOptions _ ) |
C# | |
---|---|
public CsvReader( string inputFile, CsvOptions options ) |
Parameters
- inputFile
- The text file to read from
- options
- Options for parsing the text
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7