+[NSString stringWithString:] -- what's the point?

Viewed 16927

As NSString strings are immutable, what is the value of the stringWithString: class method?

I get the utility when used with NSMutableString, I just didn't see the utility with the NSString class.

7 Answers
Related