What is the purpose of String.IsInterned?

Viewed 4933

In the String class there is a method IsInterned(). I never use this method. Please help me to understand the best uses of this method.

3 Answers
Related