开发者

Difference between bool/Boolean, string/String etc [duplicate]

开发者 https://www.devze.com 2023-02-06 02:37 出处:网络
This question already exists: 开发者_运维问答 Closed 12 years ago. Possible Duplicate: String vs string in C#
This question already exists: 开发者_运维问答 Closed 12 years ago.

Possible Duplicate:

String vs string in C#

What is the big difference between these datatypes? and were should I use it?


Short answer, there is no difference. They are just alias of each other, see

http://msdn.microsoft.com/en-us/library/ya5y69ds(VS.80).aspx for a complete list.


Have a look at: String vs string in C#

0

精彩评论

暂无评论...
验证码 换一张
取 消