Is there a class to convert between .NET data and XML types?
I need to convert .NET data to XML types and viceversa and I wonder if there is any class already on the .NET framework to do it.
UPDATE
开发者_C百科I want to perform a data type conversion.
Well there is the XMLSerializer class
XmlConvert class should do it for you.
精彩评论