CSXml.cXmlProperty.getValueInt C# (CSharp) Метод

getValueInt() публичный Метод

public getValueInt ( eTypes type ) : int
type eTypes
Результат int
        public int getValueInt(eTypes type)
        {
            return Convert.ToInt32(getValue(type));
        }