/// <summary> /// Gets a pretty formated string of the records of this document. /// </summary> /// <returns></returns> public string ToPrettyString() { return(CsvUtility.ToPrettyString(_records)); }
/// <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))); }