What is the difference between System.String and string?
string is used for fied-size strings in C#, while System.String is used for all the strings.
System.String is a VB.NET data type, while string is a C# type.
There is no such class as System.String.
There is none—string is an alias for System. String.