I am just new at C# and I want to know how to convert variables I am using visual basic
String no1 = first.Text;
String no2 = second.Text;
String ans;
ans = no1 + no2;
MessageBox.Show(ans);
what is wrong in my code? the first and second .Text is textbox's name pls help