Impact of Multiple .ToUpper()'ing
- by Kyle Rozendo
Hi All,
This is not a question of premature optimization per se. On the garbage collector and memory in general, what would hundreds of ToUpper() operations (many could be duplicated) do to a program, mainly in regard to the immutability of strings?
Thanks,
Kyle