toCSVString method

String toCSVString()

Convert to CSV string.

Implementation

String toCSVString() {
  return toCSVList().toCSVString();
}