News

In this quick tip, I discuss string comparison, which takes into account case variety in the strings when cases are compared and when cases are ignored. String.Compare method. VB.NET’s String ...
Developers frequently want to ensure two strings are identical without having to worry if some characters are in uppercase in one string and the same characters are in lowercase in the other string.