I have converted an object into string in wp8,by using
string str=JSONConvert.SerializeObject(object); Now I am getting a string like this:-
{\"catGroup\":[{\"category\":{\"cgsId\":9,\"cgsName\":\"Ignition & Engine Filters\",\"values\":null}..I want to remove the backslash from the string.I have used str = str.Replace(@"\","");
But still I am getting the string containing backslashes. How to remove this?
Abbas NaqviPosted Jul 12, 2019, 7:27 AM
Sweta SinhaPosted Dec 19, 2014, 4:28 AM
VulpesPosted Dec 16, 2014, 6:20 AM