String.Compare

String.Compare Method


Overload List

public static int Compare( string strA, string strB );
public static int Compare( string strA, string strB, bool ignoreCase );
public static int Compare( string strA, int indexA, string strB, int indexB, int length );
public static int Compare( string strA, int indexA, string strB, int indexB, int length, bool ignoreCase );
© 2004-2005 GlobFX Technologies. All rights reserved.