3
Answers

How to read chinese character on textbox

Shivaraj Poojary

Shivaraj Poojary

12y
2.3k
1
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)