Exemple #1
0
 public static string ToCSV(string[] textlines)
 {
     return(CsvOperations.ToCSV(textlines, '"', ','));
 }