String vs string
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Can anyone tell me if there is a difference between "String" vs "string" in C#? "string" comes up as a keyword in VS.NET. "String" does not. Just wondering. :) Thanks.
-
Can anyone tell me if there is a difference between "String" vs "string" in C#? "string" comes up as a keyword in VS.NET. "String" does not. Just wondering. :) Thanks.
string
is an alias forSystem.String
in the .NET Framework. Gurmeet
BTW, can Google help me search my lost pajamas?
My Articles: HTML Reader C++ Class Library, Numeric Edit Control