The name of the text box used to read textbox 1
int a;
a = int . parse(textbox 1 . text . string()); \ \ Converts the value int in the text box and assigns it to.
console . writeline(a);