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.0.0.0 (8.1.5347.20411)
Parameters
- strA
- Type: System String
The first string to compare
- strB
- Type: System String
The second string to compare
- cui
- Type: System.Globalization CultureInfo
An object that supplies culture-specific comparison information
- options
- Type: System.Globalization CompareOptions
Options to use when performing the comparison (such as ignoring case or symbols)
Return Value
Type: Int32See Also