Jan 18, 2015

String vs string C#

In C#, the string keyword is an alias for String. Therefore, String and string are equivalent, and you can use whichever naming convention you prefer.

No comments:

Post a Comment