Esempio n. 1
0
 /// <summary>
 /// Gets a pretty formated string of the records of this document.
 /// </summary>
 /// <returns></returns>
 public string ToPrettyString()
 {
     return(CsvUtility.ToPrettyString(_records));
 }
Esempio n. 2
0
 /// <summary>
 /// Gets a pretty formated string of the records of this document.
 /// </summary>
 /// <returns></returns>
 public string ToPrettyString()
 {
     return(CsvUtility.ToPrettyString(_records.Select(e => e.Record)));
 }