示例#1
0
 public static string GetFormatValueString(this System.Collections.Generic.IDictionary <string, object> dictionary, string formatString)
 {
     return(dictionary.GetFormatValueString(formatString, null));
 }