码迷,mamicode.com
首页 > 其他好文 > 详细

IndexOf("authentication failed") > -1

时间:2014-10-23 15:55:04      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   sp   div   on   bs   字符串   nbsp   

if (e.Value.Error.Message.IndexOf("authentication failed") > -1)
  {
     strFailMessage = "邮件发送失败 : 此邮箱认证失败(帐号密码不匹配),请在修正后重新尝试。";
   }
 
indexof>-1 判断字符串中是否包含某字符串
indexof=-1 字符串中不包含某字符串

IndexOf("authentication failed") > -1

标签:style   color   io   sp   div   on   bs   字符串   nbsp   

原文地址:http://www.cnblogs.com/jingsheng99/p/4045827.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!