Convert from encoded stream

  • Thread starter Thread starter Loui Mercieca
  • Start date Start date
L

Loui Mercieca

Hi,

How do you convert from an encoded stream ( ex. &lt; ) to xml (ex. < ). I
need a reliable sytem ( not by replacing text ). I have found a method:
XmlTextWriter.WriteString Method(), which does exactly the opposite.

Thanks,
Loui Mercieca
 
Hi,

You can use XmlTextReader.ReadString() method if you are working with XML
streams.
 

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