Austin Muts

Austin Muts

  • 1.4k
  • 329
  • 125.5k

Read from excel to datatable:How to convert column datatype

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