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

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?
 
C

Chris Botha

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

Top