Hi,
I need to convert xml to class oject. Attached my xml format. This xml I need to convert as List<Class>.
Classname test = new Classname();
List<ClsData> data= test.ClsDataList;
Thanks...
Hi,
I need to convert xml to class oject. Attached my xml format. This xml I need to convert as List<Class>.
Classname test = new Classname();
List<ClsData> data= test.ClsDataList;
Thanks...