public CSVWriter( writer as TextWriter, delimiter as Char = ',', quoteChar as Char = '"', escapeChar as Char = Char(0), doubleQuote as Boolean = true, lineTerminator as String = "\r\n", quoting as String = "minimal" ):
Creates a CSV writer on an existing text writer.
The generated text is still mirrored in toString() for diagnostics.