K
K Viltersten
I have a method as follows.
private String GetXMLString(){...}
It produces a string corresponding to
contents of a valid XML-document. Now,
my problem is that the class XDocument
seems not to have a constructor with
String as a parameter.
How can i easily trasform my String
into XDocument?
private String GetXMLString(){...}
It produces a string corresponding to
contents of a valid XML-document. Now,
my problem is that the class XDocument
seems not to have a constructor with
String as a parameter.
How can i easily trasform my String
into XDocument?