Performing simple string equality tests is often not enough when application user convenience is key. Often only a fragment of a string ...
Showing posts with label String. Show all posts
Showing posts with label String. Show all posts
Tuesday, December 25, 2012
Monday, August 27, 2012
A Beginner's Tutorial on String Comparison in C#
Usually in our applications when we want to compare two strings we use the equality operator. Under most scenarios this will work properl...