CSharpTest.Net
CsvReader Constructor(String,CsvOptions)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Data Namespace > CsvReader Class > CsvReader Constructor : CsvReader Constructor(String,CsvOptions)

inputFile
The text file to read from
options
Options for parsing the text

Glossary Item Box

Constructs the CSV reader for the provided text reader

Syntax

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

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys