how to convert .net service response to string in javascript?



i get this response form web service in my java script.



< string xmlns="http://tempuri.org/"> $,100559,11:05,22.298953,70.795753,# < string>



how to get this string to simply string as mention below.


I want string like this : $,100559,11:05,22.298953,70.795753,#


No comments:

Post a Comment