Hello everyone I have faced an issue of how to replace breaktes after parse data in c#
Loading
Hello everyone I have faced an issue of how to replace breaktes after parse data in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted May 7, 2022, 6:07 AM
Muhammad Imran AnsariPosted May 6, 2022, 7:47 PM
Jignesh KumarPosted Apr 12, 2022, 6:18 AM
RohanPosted Apr 12, 2022, 6:03 AM
Jignesh I have already use this it's again convert json to string format.
var someType = JsonConvert.DeserializeObject(jsonData.ToString());
Jignesh KumarPosted Apr 11, 2022, 9:14 AM
Uttam KumarPosted Apr 11, 2022, 7:46 AM
string trimResult = jsonData.Trim().Substring(0,1).TrimEnd('}');
If TrimStart is not working then you can use Substring in place of that.
RohanPosted Apr 11, 2022, 4:54 AM
RohanPosted Apr 11, 2022, 4:52 AM
Uttam KumarPosted Apr 8, 2022, 6:23 PM