Monday, 17 November 2014

What's the difference between String and string?



String


  • Stands for System.String                
  • It is a .NET Framework type



string

  • string is an alias in the C# language for System.String

No comments:

Post a Comment