c# convert linq jValue to int

110

c# convert linq jValue to int -

int storedValue = myJValue.ToObject<int>(); 

Comments

Submit
0 Comments