C#int.Parse方法
使用C#中的int.Parse方法将数字的字符串表示形式转换为整数。如果无法转换字符串,则int.Parse方法将返回异常
假设您有一个数字的字符串表示形式。
string myStr = "200";
现在要将其转换为整数,请使用int.Parse()。它将被转换。
int.Parse(myStr);
示例
using System.IO;
using System;
class Program {
static void Main() {
int res;
string myStr = "200";
res = int.Parse(myStr);
Console.WriteLine("String is a numeric representation: "+res);
}
}输出结果
String is a numeric representation: 200
热门推荐
10 圣诞祝福语简短小学
11 祖国七十华诞简短祝福语
12 老师送的祝福语简短
13 生日祝福语大全女生简短
14 祝女性生日祝福语简短
15 牛年女神节祝福语简短
16 情人表白祝福语简短大气
17 老公开业祝福语简短
18 官宣新年祝福语简短