Generate C# class from XML

后端 未结 8 1720
青春惊慌失措
青春惊慌失措 2020-11-22 05:19

Can I generate a C# class from an XML file?

8条回答
  •  隐瞒了意图╮
    2020-11-22 05:48

    To convert XML into a C# Class:

    • Navigate to the Microsoft Visual Studio Marketplace: -- https://marketplace.visualstudio.com
    • In the search bar enter text: -- xml to class code tool
    • Download, install, and use the app

    Note: in the fullness of time, this app may be replaced, but chances are, there'll be another tool that does the same thing.

提交回复
热议问题