9
Answers

Int to Decimal conversion?

Vignesh Kumar

Vignesh Kumar

11y
11.2k
1
Hi,

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

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