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

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

public getValueBool ( eTypes type ) : bool
type eTypes
Результат bool
        public bool getValueBool(eTypes type)
        {
            return ((int)getValue(type) != 0);
        }