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 don't 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 don't 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.