摘要: 因为中文和英文所占位置不同,一个能显示5个中文的位置应该能显示10个英文,这个字符串操作函数很好用,是CSDN里写的。 /// 内容摘要:按字节截断字符串。 /// </summary> public static string GetSubString(string mText,int startIndex,int byteCount) { if(byteCount <... 阅读全文
posted @ 2010-02-12 14:52 eastday 阅读(620) 评论(0) 推荐(0)