Quantcast
Channel: What is the difference between String and string in C#? - Stack Overflow
Viewing all articles
Browse latest Browse all 69

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

$
0
0

string is equal to System.String in VS2015 if you write this:

System.String str;

Than compiler will show potential fix to optimize it and after applying that fixe it will look like this

string str;

Viewing all articles
Browse latest Browse all 69

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>