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

getValue() public méthode

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