[小菜鸟求教]请教C#中IntToStr的语法
代码: using System;
{
public class Class
{
static void Main()
{
int x;
string astrs;
bs = Console.ReadLine();
x = StrToInt(bs);
}
}
}
这样的话就会显示:
名称“StrToInt”在类或命名空间“HowTo_insert_mutipledigit.Class”中不存在
应该怎么写啊?55 ~> <~