libsbmlcs.ConversionProperties.getBoolValue C# (CSharp) Méthode

getBoolValue() public méthode

public getBoolValue ( string key ) : bool
key string
Résultat bool
        public new bool getBoolValue(string key)
        {
            bool ret = libsbmlPINVOKE.ConversionProperties_getBoolValue(swigCPtr, key);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }