Shivaraj Poojary

Shivaraj Poojary

  • NA
  • 92
  • 313.5k

How to read chinese character on textbox

Dec 9 2011 11:05 PM
Hi Experts...
I have a c# form application with a text box and a button. I type Chinese character in the text box and press the button to assign the input to a string using the following code

String chineseChar = Textbox1.Text ;


But it assigns  boxes to chineseChar variable.
what is the problem please help me out.

Answers (3)