Show / Hide Table of Contents

Class CSVStreamWriter

Holds a CSV stream reader.

Inheritance
System.Object
CSVStreamWriter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class CSVStreamWriter : ICSVWriter

Constructors

CSVStreamWriter(Stream)

Creates a new CSV stream.

Declaration
public CSVStreamWriter(Stream stream)
Parameters
Stream stream

CSVStreamWriter(Stream, Char)

Creates a new CSV stream.

Declaration
public CSVStreamWriter(Stream stream, char seperator)
Parameters
Stream stream

System.Char seperator

Methods

Dispose()

Disposes of all resources associated with this object.

Declaration
public void Dispose()

Flush()

Flushes this writer.

Declaration
public void Flush()

Write(String[])

Writes one line into the target csv-stream.

Declaration
public void Write(string[] line)
Parameters
System.String[] line

Implements
ICSVWriter.Write(String[])
Back to top Built by Itinero, MIT licensed.