public static string ToFormatString(this System.Collections.Generic.IEnumerable <StrObjectDict> records, string rowSpliter) { return(records.ToFormatString(rowSpliter, "%TEXT%:%VALUE%")); }