libsbmlcs.ConversionProperties.getValue C# (CSharp) Method

getValue() public method

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