G
Guest
I am trying to use XmlSerializer to serial an object into a String that I can manipulate. It seems that all the XmlSerializer only works with Streams. Does someone have a snippet of code that allows me to use XmlSerializer that I can get a "String" value back. Thanks for the Help.