Thursday, May 26, 2016

Convert String to XML


     String RECORDSXML= "Some Xml text";
      XmlDocument xdoc = new XmlDocument();

      if (RECORDSXML != null)
      {
          xdoc.LoadXml(Server.HtmlDecode(RECORDSXML));
      }

No comments:

Post a Comment

Comments

Protected by Copyscape Plagiarism Software