There is no difference.
The C# keyword string
maps to the .NET type System.String
- it is an alias that keeps to the naming conventions of the language.
Similarly, int
maps to System.Int32
.
There is no difference.
The C# keyword string
maps to the .NET type System.String
- it is an alias that keeps to the naming conventions of the language.
Similarly, int
maps to System.Int32
.