代码如下:textbox1.text=a.tostring();string类型为c#中的基元类型,在编译的时候,会自动转换成fcl类型,如:string对应到fcl中的system.string。在system.convert类型下提供了诸如:toboolean、toint32、tosting之类的方法所以也可写成textbox1.text=convert.tostring(a);