开发者

Is there a class to convert between .NET data and XML types?

开发者 https://www.devze.com 2023-01-20 06:40 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消