Search code examples
xmlc#-4.0dynamicobject

How to Construct Object from Xml string


How to Construct Object from Xml string using DynamicObject and how to use it.


Solution

  • I use XMLDocument instead DynamicObject to get the work done.