码迷,mamicode.com
首页 > Windows程序 > 详细

C#字符串截取和转换为数值

时间:2019-12-26 17:40:03      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:color   col   string   ble   parse   字符串截取   字符   substr   style   

string source_string;

string substring;

int num;

substring=source_string.Substring(a,b);//从a开始,截取b长度的字符串

int num=int.Parse(source_string);//int可以改为float、double

 

C#字符串截取和转换为数值

标签:color   col   string   ble   parse   字符串截取   字符   substr   style   

原文地址:https://www.cnblogs.com/sunsuoli/p/12103210.html

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