Example #1
0
 public string ToString(CsvFormat format)
 {
     return(CsvUtility.ToCsvString(_values, format));
 }