3
Reply

Read from excel to datatable:How to convert column datatype

Austin Mudadi

Austin Mudadi

Apr 7 2016 6:18 AM
258
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)