q12
Member
- Joined
- Jun 24, 2009
- Messages
- 8
string versus String !
I have a question (a little embarrassing because I see it so late), what is the difference between String and string ? not in the way that String is a Class and string is a reference type. But rather how to think about them in the term of uses.
I searched and find this piece of gold, but I dont know how to use it very well:
Use "String" to refer specifically to the String class.
Use "string" when referring to an object of the String class.
How to use them, accordingly?
thanks again.
I have a question (a little embarrassing because I see it so late), what is the difference between String and string ? not in the way that String is a Class and string is a reference type. But rather how to think about them in the term of uses.
I searched and find this piece of gold, but I dont know how to use it very well:
Use "String" to refer specifically to the String class.
Use "string" when referring to an object of the String class.
How to use them, accordingly?
thanks again.