How to convert User defined type into XML Node in c#



I wanted to convert User defined type into XML Node in c#. with XML Serializer I can covert a type to XML but not to XML node. Is there any way to do this instead of using CreateNode method?


No comments:

Post a Comment