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

字符串操作

时间:2014-12-09 13:39:04      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   使用   sp   on   div   

我们可以以下三种方式将string类型转换为int类型。 使用try{}catdh{}
(1int.Parse(string); 
(2)  Convert.ToInt16(string);  //当数字字符串的位数大于4的时候请使用Convert.ToInt32() 3)  Convert.ToInt32(string);
 

try
{
    double.Parse(efTB_paper_amount.Text.Trim());
}
catch //(Exception err)
{
    MessageBox.Show("输入非法票面金额","提示");return;
}
 

//用字数组接收字符串的值
string[] mychar = str.Split(~);
 

 

字符串操作

标签:style   blog   io   ar   color   使用   sp   on   div   

原文地址:http://www.cnblogs.com/quke123/p/4152911.html

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