Samapico Posted December 18, 2007 Report Posted December 18, 2007 What's the difference between the 2 types? Should we use one in particular?
»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.
»D1st0rt Posted December 18, 2007 Report Posted December 18, 2007 I use string for declarations and String for static methods
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now