I code therefore I am.

May 5, 2009 at 12:17pm
0 notes
Comments (View)
home

Tags:
CSharp  

Normalizing & Comparing Strings

When normalizing strings, it is highly recommended that you use ToUpperInvariant instead of ToLowerInvariant because Microsoft has optimized the code for performing uppercase comparisons.

[source: CLR via C# ]

blog comments powered by Disqus