How do I convert an XML document to a string??

  • Thread starter Thread starter Aaron Ackerman
  • Start date Start date
A

Aaron Ackerman

I have tried (in vain) to convert an XML document to s tring mostly using
StringReader but I am unable to get it done. I am either getting errors or
gobbldy gook. Can anyone help me with this?
 
Aaron, The InnerXml property of the XML document is the string, or is this
not what you want?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top