Beispiel #1
0
 public static string ToFormatString(this System.Collections.Generic.IDictionary <string, string> dictionary, string format)
 {
     return(dictionary.ToFormatString(format, ";"));
 }