Consider:
int a = Convert.ToChar(textBox3.Text);
The textbox contains a string of elements like abcd. From the above syntax I am not able to convert the entire string of elements and the error is like string must be exactly one character long. Whereas if the textbox is having only one element it is working fine.