Exemple #1
0
 /// <summary>
 /// Extension method to do naturals string comparasion.
 /// </summary>
 /// <param name="a">A.</param>
 /// <param name="b">The b.</param>
 /// <returns></returns>
 public static int NaturalCompareTo(this string a, string b)
 {
     return(ShellApiNativeMethods.StrCmpLogicalW(a, b));
 }
Exemple #2
0
 public int Compare(string a, string b)
 {
     return(ShellApiNativeMethods.StrCmpLogicalW(a, b));
 }