String s = "中";
Foreach (Char C In s)
{
IF (c> = 0x4e00 && c <= 0x9fa5)
Messagebox.show ("is Chinese");
}