Answer:
There is no special difference between both of them.
Actually System.String is a type which is specified by the Microsoft.Net runtime.
And string is a c# keyword for the same purpose.
Also int in C# ia same as the Integer in VB.NET.Both of them serve as System.Int32 for CLR.
Asked In: Many Interviews |
Alert Moderator