Samapico Posted December 18, 2007 Report Posted December 18, 2007 What's the difference between the 2 types? Should we use one in particular? Quote
»doc flabby Posted December 18, 2007 Report Posted December 18, 2007 They are both the same. string is simply an alias of String. Similar to how int is an alias of Int32. Personally I use string. Quote
»D1st0rt Posted December 18, 2007 Report Posted December 18, 2007 I use string for declarations and String for static methods Quote
Drake7707 Posted December 18, 2007 Report Posted December 18, 2007 i think it's used to be more compatible to java code, where String is a string Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.