i have a datatable and i need to convert one of its column into int.
Convert.ToInt32(dt.Columns["xxx"])
i tried this but error occours
plz help
i have a datatable and i need to convert one of its column into int.
Convert.ToInt32(dt.Columns["xxx"])
i tried this but error occours
plz help
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.
Naresh BeniwalPosted Nov 22, 2022, 9:31 AM
https://stackoverflow.com/questions/2592180/how-can-i-convert-this-column-value-to-an-integer
Jignesh KumarPosted Nov 22, 2022, 8:36 AM
Hi,
use this one,