错误 无法将方法组“ToString”转换为非委托类型“string”。您是要调用方法吗?
ASP.NETWEB服务[WebMethod(Description="求和")]publicInt32add(Int32x,Int32y){returnx+y;}ASP...
ASP.NET WEB服务
[WebMethod(Description = "求和")]
public Int32 add(Int32 x, Int32 y)
{
return x + y;
}
ASP.NET 网站
protected void Button1_Click(object sender, EventArgs e)
{
localhost.AddService myService = new localhost.AddService();
Label1.Text = myService.add(Convert.ToInt32(TextBox1.Text),Convert.ToInt32(TextBox2.Text)).ToString;
}
错误 1 无法将方法组“ToString”转换为非委托类型“string”。您是要调用方法吗? C:\WebSite6\Default.aspx.cs 22 23 C:\WebSite6\ 展开
[WebMethod(Description = "求和")]
public Int32 add(Int32 x, Int32 y)
{
return x + y;
}
ASP.NET 网站
protected void Button1_Click(object sender, EventArgs e)
{
localhost.AddService myService = new localhost.AddService();
Label1.Text = myService.add(Convert.ToInt32(TextBox1.Text),Convert.ToInt32(TextBox2.Text)).ToString;
}
错误 1 无法将方法组“ToString”转换为非委托类型“string”。您是要调用方法吗? C:\WebSite6\Default.aspx.cs 22 23 C:\WebSite6\ 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询