Table of Contents

Class CSVReader

Namespace
The.Utility
Assembly
Instagile.Model.dll

provides a similar api to TextFieldReader. not thread-safe or optimised

public class CSVReader : IDisposable
Inheritance
CSVReader
Implements
Inherited Members

Constructors

CSVReader(Stream)

takes ownership of the provided stream

public CSVReader(Stream stream)

Parameters

stream Stream

CSVReader(string)

public CSVReader(string filename)

Parameters

filename string

Properties

EndOfData

public bool EndOfData { get; }

Property Value

bool

LineNumber

public int LineNumber { get; }

Property Value

int

Methods

Dispose()

public void Dispose()

ReadLine()

public string[] ReadLine()

Returns

string[]

SkipLine()

public void SkipLine()