Sunday, 28 September 2014

How to fetch a sub element of an element in an XML document?



In a c# code, How can i fetch sub element of an element from an XML document ?


I have a c# function that takes 2 parameters : name of element and its child element. I want the value of child element as string (returned by the function).


No comments:

Post a Comment