public string GetValueFormat(string name, string format) { IPropertyBase prop = null; if (m_propDict.TryGetValue(name, out prop)) { return(prop.ToFormat(format)); } else { return(string.Empty); } }