Hello,
I need to parse string that return from our web service.
when i invoke this service i get this string ;
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">AABBCCDD</string>
How can i get "AABBCCDD" from this string
thank you
I need to parse string that return from our web service.
when i invoke this service i get this string ;
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">AABBCCDD</string>
How can i get "AABBCCDD" from this string
thank you