Пример #1
0
 public static string ToFormatString(this System.Collections.Generic.IEnumerable <StrObjectDict> records, string rowSpliter)
 {
     return(records.ToFormatString(rowSpliter, "%TEXT%:%VALUE%"));
 }