Method csvTable.ToString
Overload
Composes CSV text from the internal List of string arrays.
public override string ToString()
Returns
Overrides
Remarks
Depends on these properties: csvTable.Separator (initially ','
), csvTable.Quote (initially '"'
).