Possible Duplicate:
String vs string in C#
What is the difference Between String and string or Double and double?
if i use :
double s1; or
if i use Double s1;
can you give pros and cons?
string is just the C# alias for the System.String class. The same is true for all the other built-in language types like:
As far as usage conventions go, I completely agree with this answer on SO.
Related resources:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With