How do I have to change this XML string so that XDocument.Parse reads it in?
In the following code, I serialize an object into an XML string.
But when I try to read this XML string into an XDocument with XDocument.Parse, it gives me this error:
问答
阅读(3)