I receive the following response when calling a GET to a WCF service using WebClient DownloadString:
    <?xml version=\"1.0\" encoding=\"utf-8\"?><string>false</string>
How do I get only false from that?
I receive the following response when calling a GET to a WCF service using WebClient DownloadString:
    <?xml version=\"1.0\" encoding=\"utf-8\"?><string>false</string>
How do I get only false from that?
 
    
    