Thursday, 12 January 2012

What is difference between "String" and "string" ?

string is a type in c# while String is a type in .Net CLR.
Ultimately c# type is converted into .net type.

No comments:

Post a Comment