public static string GetStringValue<TKey, TValue>( this IDictionary<TKey, TValue> self, TKey key, string defaultValue = null )
In This Article