string.Equals 比较2个字符串是否相同忽略大小写
摘要:
bool res = string.Equals(str1, str2, StringComparison.CurrentCultureIgnoreCase) 阅读全文
posted @ 2014-01-15 11:18 iackjee 阅读(1314) 评论(0) 推荐(0) 编辑
posted @ 2014-01-15 11:18 iackjee 阅读(1314) 评论(0) 推荐(0) 编辑
posted @ 2014-01-15 08:28 iackjee 阅读(343) 评论(0) 推荐(0) 编辑
posted @ 2014-01-15 08:14 iackjee 阅读(389) 评论(0) 推荐(0) 编辑