CsvWriter(TextWriter) Constructor |
Initializes a new instance of the
CsvWriter class.
Namespace: Dundas.BI.UtilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic CsvWriter(
TextWriter writer
)
Public Sub New (
writer As TextWriter
)
public:
CsvWriter(
TextWriter^ writer
)
new :
writer : TextWriter -> CsvWriterParameters
- writer TextWriter
- The writer to which the data will be written.
Remarks
See Also