libsbmlcs.XMLNode.convertXMLNodeToString C# (CSharp) 메소드

convertXMLNodeToString() 공개 정적인 메소드

public static convertXMLNodeToString ( XMLNode node ) : string
node XMLNode
리턴 string
        public static string convertXMLNodeToString(XMLNode node)
        {
            string ret = libsbmlPINVOKE.XMLNode_convertXMLNodeToString(XMLNode.getCPtr(node));
            return ret;
        }