I have a whole XML document in a String which i need to convert to a XML document and parse tags in the document
Try this code:
var myXmlDocument = new XmlDocument(); myXmlDocument.LoadXml(theString);