How do I read and parse an XML file in C#?

后端 未结 11 2300
庸人自扰
庸人自扰 2020-11-21 23:03

How do I read and parse an XML file in C#?

11条回答
  •  迷失自我
    2020-11-21 23:31

    Linq to XML.

    Also, VB.NET has much better xml parsing support via the compiler than C#. If you have the option and the desire, check it out.

提交回复
热议问题