Visual Basic (Declaration) | |
---|---|
Protected Function New( _ ByVal reader As TextReader, _ ByVal options As CsvOptions, _ ByVal fieldDelim As Char, _ ByVal formatter As IFormatProvider, _ ByVal depth As Integer _ ) |
C# | |
---|---|
protected CsvReader( TextReader reader, CsvOptions options, char fieldDelim, IFormatProvider formatter, int depth ) |
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
- depth
- Provides for nested CSV parsers
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7