How to convert list to XML in C#
- public class Order
- {
- public string ItemCode { get; set; }
- public string ProductName { get; set; }
- public Int Qty { get; set; }
- public double Price { get; set; }
- public double TotalAmount { get; set; }
- }
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Nov 22, 2020, 12:19 AM