I want to send an XML data to server, and to make the XML valid i have to remove all the special characters(@,#,%..) etc from the string of address and send it to server , as it accpets XML data without it, otherwise it throws error
So how can remove special characters from string using C# in ASP.NET?
Suppose my String has
...I have just started using Visual Studio code, but i am not able to format code in it, I have tried ctrl k+ Ctrl d
but it doesn't work, any helpful link for it?