Remove hexadecimal value 0x11 from string

Dodgyyy

New Member
I have a XML string with a 0x11 hexadecimal value hidden in it that is breaking my XmlDocument.LoadXml call.Can someone please tell me how to find and destroy this 0x11 WITHOUT looping through all 50000 char's of the string.Thanks
 
Back
Top