votes
Converting a string into a stream to load XDocument
I have a string representation of an xml file that I want to load into a XDocument. I am getting the error: Illegal characters in path. I tried loading the string xml into a XmlDocument and it worked just fine. I noticed that the XDo ...
