L
L
libera2015-11-16 12:32:52
C++ / C#
libera, 2015-11-16 12:32:52

Implicit conversion from type int to string not possible c#?

Looks like I've already floated.
Can't output to textbox
int y = Convert.ToInt32(textBox.Text);
int x = Convert.ToInt32(textBox1.Text);
textBox2.Text = y+x;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kovalsky, 2015-11-16
@libera

What answer do you want??? Yes, it's not possible in the way you described. (y+x).ToString() will work great.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question