摘要: public static boolean checkInputExist(str _inputStr,str _checkStr){ int byteLen; int errorPos; System.String checkB; int ii; boolean ret; checkB = _ch 阅读全文
posted @ 2017-03-10 16:42 Fog-Fog 阅读(124) 评论(0) 推荐(0) 编辑
摘要: public static boolean checkDoubleByteExist(str _inputStr){ str reg = @"[^\x00-\xff]"; // 正規表現 System.Text.RegularExpressions.Match myMatch; ; if(!_inp 阅读全文
posted @ 2017-03-10 16:37 Fog-Fog 阅读(279) 评论(0) 推荐(0) 编辑