string input = " 里面是不是汉字 ";bool bl= System.Text.RegularExpressions.Regex.IsMatch(input, @"[u4e00-u9fa5]+$");
用法
bl 如果是ture就是汉字啊,false就不是