tharanga sahabandu

tharanga sahabandu

  • 1.6k
  • 73
  • 2.8k

How to convert specific data table column into int

Nov 22 2022 8:21 AM

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

 


Answers (2)