CsvSerializer<TTargetType>.FormatOutput method

Write out a list of fields in CSV format.

protected override string FormatOutput(List<string> fieldList)
parameter description
fieldList List of strings where each string represents one field in the record.

Return Value

A single CSV record.

See Also