int result = string.Compare("abc", "ABC", true) //忽略大小写比较
返回值
- 小于零,strA 小于 strB;
- 零,strA 等于 strB;
- 大于零,strA 大于 strB。
相关阅读
| ASP.NET 中的 AJAX | ASP.NET 画图全接触 | ASP.NET 与 XML | 声明式数据绑定 | ASP.NET 网页抓取 |
| C# 基础 | C# 类教程 | C# 加密 | ASP.NET 成员资格 | 非“自动化”处理 Excel |
| QuickAjax | Ajax | 完美的语法高亮器 | Silverlight | Popfly |
|
int result = string.Compare("abc", "ABC", true) //忽略大小写比较
返回值
相关阅读 文章评论
|
栏目最新文章
|