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
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7