I have a xml string:
Result : this is the result
How do i parse XML using XMLReader class to get \"this is the result
Just create an xml reader using that string and use it for parsing
var reader = System.Xml.XmlReader.Create(new System.IO.StringReader())