9
Answers

Int to Decimal conversion?

Photo of Vignesh Kumar

Vignesh Kumar

11y
17.9k
1
Hi,

How can I convert this code so that it accepts decimal values too.

int city = Convert.ToInt32(txtCities.Text);  

Answers (9)