摘要: 1. /// /// 转全角的函数(SBC case)/// /// 任意字符串/// 全角字符串//////全角空格为12288,半角空格为32///其他字符半角(33-126)与全角(65281-65374)的对应关系是:均相差65248/// public string ToSBC(string input){ //半角转全角: char[] c = input.T... 阅读全文
posted @ 2006-05-29 16:11 upzone 阅读(582) 评论(0) 推荐(0) 编辑