toCsv method

String toCsv()

Implementation

String toCsv() {
  return CsvEncoder.encode(this);
}