how to turn the textbox into char in windows forms

Code Example - how to turn the textbox into char in windows forms

                
                        //c#
char guess;
string guess2;
/*you cannot just write down, i dont think, guess = txb.Text; because textbox only
takes in strings. So you have to do guess2 = txtbox.Text;8/