CMSStringCompare Method (String, String) |
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public static int Compare(
string strA,
string strB
)
Parameters
- strA
- Type: SystemString
The first string to compare - strB
- Type: SystemString
The second string to compare
Return Value
Type:
Int32See Also