登录 注册
当前位置:主页 > 资源下载 > 31 > C#入门经典教程中关于比较字符串的部分

C#入门经典教程中关于比较字符串的部分

  • 更新:2024-05-14 17:00:02
  • 大小:4.81MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:.Net - 课程资源
  • 格式:PPT

资源介绍

比较字符串 String.Compare int Compare(string str1, string str2); int Compare(string str1, string str2, bool IgnoreCase); int Compare(string str1, string str2, bool IgnoreCase, CultureInfo ci); int Compare(string str1, int index1, string str2, int index2, int len); str1==str2,返回0; str1>str2,返回>0; str1