3
Answers

Error : Cannot convert type 'string' to 'net.webservicex.www.Currency' .

Photo of Sandeep Shekhawat

Sandeep Shekhawat

14y
3.7k
1
Error : Cannot convert type 'string' to 'net.webservicex.www.Currency' .

error comes from:

net.webservicex.www.CurrencyConvertor conver = new net.webservicex.www.CurrencyConvertor();       
        double d = conver.ConversionRate((Currency)ddfr.SelectedValue,(Currency)ddto.SelectedValue);


ddfr and ddto are dropdownlist.

Answers (3)