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

reader
The text reader 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

Glossary Item Box

Constructs the CSV reader for the provided text reader

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal reader As TextReader, _
   ByVal options As CsvOptions, _
   ByVal fieldDelim As Char, _
   ByVal formatter As IFormatProvider _
)
C# 
public CsvReader( 
   TextReader reader,
   CsvOptions options,
   char fieldDelim,
   IFormatProvider formatter
)

Parameters

reader
The text reader 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

Requirements

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

See Also

Generated with Document! X 2011 by Innovasys