A Sandcastle Documented Class Library
CsvWriter Constructor
Initializes a new instance of the
CsvWriter
class.
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
C#
VB
C++
F#
Copy
public
CsvWriter
()
Public
Sub
New
public
:
CsvWriter
()
new
:
unit
->
CsvWriter
Remarks
Use this constructor if you are planning to use
GetRecordString(
String
)
method.
See Also
Reference
CsvWriter Class
CsvWriter Overload
Dundas.BI.Utility Namespace