where is a good resource on string interning . . how do i know if my app is a good candidate for string interning to help with memory footprint?
+3
A:
Interning is done automatically by the runtime.
http://msdn.microsoft.com/en-us/library/system.string.isinterned.aspx
StingyJack
2008-11-25 12:44:35