Click or drag to resize
CMSString Methods
Methods
  NameDescription
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) Obsolete.
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) Obsolete.
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberEquals(String, String)
Determines whether two specified String objects have the same value
Public methodStatic memberEquals(Object, Object, FuncObject, String) Obsolete.
Determines whether two specified Objects return same string value when given a function
Public methodStatic memberEquals(String, String, Boolean)
Determines whether two specified String objects have the same value
Public methodStatic memberEquals(String, String, StringComparison) Obsolete.
Determines whether two specified String objects have the same value
Public methodStatic memberIsInvariantCompareCulture
Returns true if InvariantCulture should be used instead of CurrentCulture to perform case insensitive operations.
Public methodStatic memberIsInvariantCompareCulture(CultureInfo)
Returns true if InvariantCulture should be used instead of passed culture to perform case insensitive operations.
Top
See Also