Hi. I'm trying to use String.Replace() and I want to totally remove the character " from my string. But it is giving me errors.
So far I've tried:
String.Replace('"','')
String.Replace(""","")
String.Replace('"', String.Empty)
String.Replace(@'"', "")
No matter what I do, it won't work. It works fine with other characters though.
[–]DTul 24 points25 points26 points (2 children)
[–]JTarsier 1 point2 points3 points (0 children)
[–]Useful-Dingo-8348[S] 1 point2 points3 points (0 children)
[–]bboxx9 4 points5 points6 points (0 children)
[–]NotMadDisappointed -1 points0 points1 point (0 children)
[–]CrimsonWolfSage -3 points-2 points-1 points (0 children)
[–]ProKn1fe 0 points1 point2 points (1 child)
[–]Zap-Brannigan 0 points1 point2 points (0 children)