I have a whole XML document in a String which i need to convert to a XML document and parse tags in the document
Depending on what document type you want you can use XmlDocument.LoadXml or XDocument.Load.