Quantcast
Viewing all articles
Browse latest Browse all 69

Answer by user8207463 for What is the difference between String and string in C#?

string is a shortcut for System.String. The only difference is that you don´t need to reference to System.String namespace. So would be better using string than String.


Viewing all articles
Browse latest Browse all 69

Trending Articles