S Sugandh Jain Dec 29, 2006 #1 How to use XmlWriter Class to convert a Object with data to Xml format? Regards, Sugandh
M Marc Gravell Dec 29, 2006 #2 Well, you'd have to be more specific, but XmlWriter would generally be used to do things manually. I suspect you mean XmlSerializer... look at: http://msdn2.microsoft.com/en-us/library/system.xml.serialization.xmlserializer.aspx Marc
Well, you'd have to be more specific, but XmlWriter would generally be used to do things manually. I suspect you mean XmlSerializer... look at: http://msdn2.microsoft.com/en-us/library/system.xml.serialization.xmlserializer.aspx Marc