Exemplo n.º 1
0
    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);
        }
    }