Removing '\' character from string.
-
Hi, I am converting a model into Xml format. That gives me xml in string. This string consists several \" character instead of ". I need to remove all \ character from string. I tried remove by using replace method but it's not going. Is it possible to remove this character?
-
Hi, I am converting a model into Xml format. That gives me xml in string. This string consists several \" character instead of ". I need to remove all \ character from string. I tried remove by using replace method but it's not going. Is it possible to remove this character?
-
Hi, I am converting a model into Xml format. That gives me xml in string. This string consists several \" character instead of ". I need to remove all \ character from string. I tried remove by using replace method but it's not going. Is it possible to remove this character?