Code samples, examples, tutorials, howto's regarding Windows, .Net development and T-SQL
if (myString.ToUpper() == theirString.ToUpper) { ... }
if( myString.Equals( theirString, StringComparison.OrdinalIgnoreCase ) { ... }
No comments:
Post a Comment