...
Register or Login to Your Account
Object res;
how to convert res to list?
pls help me to convert this, i don't understand how to do it?
: var list = (List)res; Assuming it is of that type in the first place 5
Use jsonconvert.desrialize if your responsecos returning properly
var listOfObject = (List)res;
SAI
: var list = (List)res;
Assuming it is of that type in the first place
5
FRAUSKY
Use jsonconvert.desrialize if your responsecos returning properly
PARTH
var listOfObject = (List)res;