摘要: private void FindAllFiles(string fileDirectory){ DirectoryInfo diSource = new DirectoryInfo(fileDirectory); FileSystemInfo[] fsi = diSource.GetFileSys... 阅读全文
posted @ 2011-12-05 18:36 顿金 阅读(236) 评论(0) 推荐(0)
摘要: /// 转全角的函数(SBC case) /// ///任意字符串 ///全角字符串 /// ///全角空格为12288,半角空格为32 ///其他字符半角(33-126)与全角(65281-65374)的对应关系是:均相差65248 /// public static String ToSBC(... 阅读全文
posted @ 2011-12-05 11:25 顿金 阅读(167) 评论(0) 推荐(0)