xml conversion to Object c#
Posted
by Moony
on Stack Overflow
See other posts from Stack Overflow
or by Moony
Published on 2010-04-19T20:51:58Z
Indexed on
2010/04/19
20:53 UTC
Read the original article
Hit count: 281
If i have an xml of the form Value1 Value2 ...
And i define a class in my c# code for Detail and provide setters/getters for Name1, Name2 etc is there an api to directly read the xml and create Detail objects.
© Stack Overflow or respective owner