e.g.
var q =
from a in db.GetTable
how to convert var q into string ??????
plz help me????
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.
VulpesPosted Nov 15, 2012, 4:47 AM
mani khanPosted Nov 15, 2012, 2:14 AM
Deepraj ThurakaPosted Nov 15, 2012, 2:01 AM
You can convert any value in to string using ToString() function in c# so, check this out.