libsbmlcs.libsbml.readMathMLFromString C# (CSharp) Method

readMathMLFromString() public static method

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