Does ToString() produce a new string on when used on strings?

Does "hello".ToString() produce a new string or is it smart enough to return a reference to the same object?

9
задан Steve Guidi 26 September 2010 в 02:07
поделиться