|
CsvWriterWriteLineT Method (T, String)
|
Writes the specified fields in a CSV format.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public void WriteLine<T>(
T[] fields,
string comment
)
Public Sub WriteLine(Of T) (
fields As T(),
comment As String
)
Request Example
View SourceParameters
- fields
- Type: T
The fields to be written. - comment
- Type: SystemString
An optional comment for the line.
Type Parameters
- T
See Also