From API i have return
return (new JavaScriptSerializer().Serialize(data));
result is
"{\"Description\":\"Share Knowledge\",\"Name\":\"C-sharpcorner\"}"
How to access Decription,Name is c sharp console application
From API i have return
return (new JavaScriptSerializer().Serialize(data));
result is
"{\"Description\":\"Share Knowledge\",\"Name\":\"C-sharpcorner\"}"
How to access Decription,Name is c sharp console application
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.
Željko PerićPosted Dec 2, 2021, 7:17 PM
Vikas PanwarPosted Dec 2, 2021, 9:43 AM