libsbmlcs.libsbml.parseFormula C# (CSharp) Method

parseFormula() public static method

public static parseFormula ( string formula ) : ASTNode
formula string
return ASTNode
        public static ASTNode parseFormula(string formula)
        {
            IntPtr cPtr = libsbmlPINVOKE.parseFormula(formula);
            ASTNode ret = (cPtr == IntPtr.Zero) ? null : new ASTNode(cPtr, true);
            return ret;
        }