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