CMSString Compare Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberCompare(String, String)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, Boolean)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, StringComparison)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, Boolean, CultureInfo)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, CultureInfo, CompareOptions)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Back to Top
See Also