C#中的命令窗口很糟糕 [英] Command window in C# sucks

查看:71
本文介绍了C#中的命令窗口很糟糕的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我完全不知道为什么C#中的命令窗口无法运行:


?intA.toString()


这很简单,对吧?但IDE给我一个错误错误:''intA.ToString''确实

不存在。


我知道有两种模式,这个问题不是关于这一点的,我觉得

非常沮丧,还有一些silimair问题没有

答案。


也许这里有人可以分享一些亮点。

Hi there, I''m totally lost on why command window in C# can not run this :

?intA.toString()

It''s simple ,right ? but IDE give me a error "error: ''intA.ToString'' does
not exist".

I know there are two mode, and the question is not about this, also I feel
very supprised that there are also some silimair questions posted with no
answer at all.

Maybe somebody here can share some light.

推荐答案

是.toString()intA的实际方法或功能,或者你的意思是

" .ToString()"?在C#资本化计数中。


" walter" < ww*@morneausobeco.com>在消息中写道

新闻:是********************************** @ microsof t.com ...
is .toString() an actual method or function of intA, or did you mean
".ToString()"? In C# capitalization counts.

"walter" <ww*@morneausobeco.com> wrote in message
news:BE**********************************@microsof t.com...
你好,我完全迷失了为什么C#中的命令窗口无法运行这个:

?intA.toString()

这很简单,对吧?但IDE给我一个错误错误:''intA.ToString''确实不存在。

我知道有两种模式,问题不在此,也是我觉得
非常沮丧,也有一些silimair问题没有回复。

也许这里有人可以分享一些亮点。
Hi there, I''m totally lost on why command window in C# can not run this :

?intA.toString()

It''s simple ,right ? but IDE give me a error "error: ''intA.ToString'' does
not exist".

I know there are two mode, and the question is not about this, also I feel
very supprised that there are also some silimair questions posted with no
answer at all.

Maybe somebody here can share some light.



这是一个错字。这是来自dotnet框架的ToString()函数。


" Michael C#"写道:
It''s a typo. It''s ToString() function from dotnet framework.

"Michael C#" wrote:
是.toString()intA的实际方法或函数,或者你的意思是
.ToString()?在C#资本化计数中。

walter < ww*@morneausobeco.com>在消息中写道
新闻:是********************************** @ microsof t.com。 ..
is .toString() an actual method or function of intA, or did you mean
".ToString()"? In C# capitalization counts.

"walter" <ww*@morneausobeco.com> wrote in message
news:BE**********************************@microsof t.com...
你好,我完全迷失了为什么C#中的命令窗口无法运行这个:

?intA.toString()

我知道有两种模式,问题不在此,也是我觉得
非常沮丧,也有一些silimair问题没有回复。

也许这里有人可以分享一些亮点。
Hi there, I''m totally lost on why command window in C# can not run this :

?intA.toString()

It''s simple ,right ? but IDE give me a error "error: ''intA.ToString'' does
not exist".

I know there are two mode, and the question is not about this, also I feel
very supprised that there are also some silimair questions posted with no
answer at all.

Maybe somebody here can share some light.






" walter" < ww*@morneausobeco.com>在消息中写道

新闻:是********************************** @ microsof t.com ...

"walter" <ww*@morneausobeco.com> wrote in message
news:BE**********************************@microsof t.com...
你好,我完全迷失了为什么C#中的命令窗口无法运行这个:

?intA.toString()

这很简单,对吧?但IDE给我一个错误错误:''intA.ToString''确实不存在。

我知道有两种模式,问题不在此,也是我觉得
非常沮丧,也有一些silimair问题没有回复。

也许这里有人可以分享一些亮点。
Hi there, I''m totally lost on why command window in C# can not run this :

?intA.toString()

It''s simple ,right ? but IDE give me a error "error: ''intA.ToString'' does
not exist".

I know there are two mode, and the question is not about this, also I feel
very supprised that there are also some silimair questions posted with no
answer at all.

Maybe somebody here can share some light.



? intA



? intA.ToString()


Willy。


? intA
or
? intA.ToString()

Willy.


这篇关于C#中的命令窗口很糟糕的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆