public bool SetPropertyValue(IDictionaryAdapter dictionaryAdapter, string key, ref object value, PropertyDescriptor property) { value = (value != null) ? value.ToString() : null; return(true); }