3
Answers

Read from excel to datatable:How to convert column datatype

Austin Muts

Austin Muts

8y
675
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)