public CSVWriter( 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 buffered CSV writer.
Use toString() to retrieve generated CSV text.