src/Bro.Common.Model/Helper/PropertyConvertHelper.cs @@ -184,6 +184,13 @@ } return ""; } //foreach (DictionaryEntry myDE in Hash) //{ // if (myDE.Key.Equals(v)) // return myDE.Value; //} return null; } } catch (Exception)