Closed zecompadre closed 8 years ago
else if (_params.KVStyleStringDictionary == false && obj is IDictionary && obj.GetType().IsGenericType && obj.GetType().GetGenericArguments()[0] == typeof(string))
is possible if "obj.GetType().GetGenericArguments()[0] == typeof(int)" convert key to string type ?
with a parameter "IntDictionaryKeyToString" true/false by default false
tks
else if (_params.KVStyleStringDictionary == false && obj is IDictionary && obj.GetType().IsGenericType && obj.GetType().GetGenericArguments()[0] == typeof(string))
is possible if "obj.GetType().GetGenericArguments()[0] == typeof(int)" convert key to string type ?
with a parameter "IntDictionaryKeyToString" true/false by default false
tks