"string" is C#'s Arias. and "String" is .NET Type Name, Full name is "System.String".
Regard.
K.Morono in Japan.
Hi,
It's practically the same. although "string" looks like a native data type and "String" looks like a system class. both are exactly the same. Although "string" is most widely used. IMO, the String class is a .netframework specific on handling strings. And string is a C# specific...
cheers,
Paul June A. Domag
Both works in similar way.
"String" is nothing but System.String and "string" is Aliase of System.String any one we can use.