CsvFile.ToString method

Version 0.0.2
.NET Framework 4.7
Namespace Skybrud.Csv
Assembly Skybrud.Csv.dll

ToString()

Virtual

Returns a string representation of the CSV file.

public virtual string ToString()

Returns

A string representation of the CSV file.

ToString(CsvSeparator)

Returns a string representation of the CSV file, using the specified separator.

public string ToString(CsvSeparator separator)

Parameters

separator CsvSeparator

The separator to be used.

Returns

A string representation of the CSV file.