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

string to integer with logerror

时间:2017-01-24 17:29:07      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:string   except   str   todo   ted   number   oge   format   ret   

public Integer convertStringToInt(String pSource) {
try {
return Integer.valueOf(FergusonStringUtils.trim(pSource));
} catch (NumberFormatException e) {
// TODO: handle exception
vlogError("convertStringToInt() : the String {0} cann‘t be converted to integer", pSource);
return 0;
}
}

string to integer with logerror

标签:string   except   str   todo   ted   number   oge   format   ret   

原文地址:http://www.cnblogs.com/weberliweiming/p/6347493.html

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