23-09-19 04:47 AM
23-09-19 06:59 AM
myNum = dt.Columns[0];
myNum = int.Parse(dt.Rows[0][0].ToString());
Stackoverflow should be your friendhttps://stackoverflow.com/questions/2592180/how-can-i-convert-this-column-value-to-an-integer
more info can be found here
25-09-19 12:48 PM
13-11-19 04:49 PM
14-11-19 01:58 PM