How can I read value of a combo box and convert it to double ? any idea, please
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Apr 1, 2014, 11:17 AM
Convert.ToDouble(myCombobox.SelectedValue)
RukhsaanPosted Apr 1, 2014, 11:25 AM