3
Answers

Read from excel to datatable:How to convert column datatype

Austin Mudadi

Austin Mudadi

8y
279
1
I am readind unit price column from excel as oUplifts.sUnit_Price = DtSet.Tables[0].Rows[i]["Unit Price"].ToString().Trim().How can i convert from string to decimal number? 
Answers (3)