Show / Hide Table of Contents

Method csvTable.ToString


Overload

Composes CSV text from the internal List of string arrays.

public override string ToString()
Returns
string
Overrides
object.ToString()

Remarks

Depends on these properties: csvTable.Separator (initially ','), csvTable.Quote (initially '"').