Difference between string and String in C#
Tutorialsrack 20/02/2019 C#
In this article, we discuss "What is the difference between string and String in C#?" In C#, string is an alias for the String class in .NET framework. Both are derived from System.String. So, technically both of these are the same but with a slight difference.
Read More..