Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

asked on

c# asmx return xml

i have asmx return value like below

<int xmlns="http://tempuri.org/">70</int>

how can I extract the value only (which is 70 in this case) in c#?
Avatar of Robberbaron (robr)
Robberbaron (robr)
Flag of Australia image

string.split is easiest.
may not be the best but it works
ASKER CERTIFIED SOLUTION
Avatar of Göran Andersson
Göran Andersson
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial