CMSString Methods |
Name | Description | |
---|---|---|
Compare(String, String, Boolean) |
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
| |
Compare(String, String, StringComparison) |
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
| |
Compare(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.
| |
Compare(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.
| |
Equals(String, String) |
Determines whether two specified String objects have the same value
| |
Equals(Object, Object, FuncObject, String) | Obsolete.
Determines whether two specified Objects return same string value when given a function
| |
Equals(String, String, Boolean) |
Determines whether two specified String objects have the same value
| |
Equals(String, String, StringComparison) | Obsolete.
Determines whether two specified String objects have the same value
| |
IsInvariantCompareCulture |
Returns true if InvariantCulture should be used instead of
CurrentCulture to perform case insensitive operations.
| |
IsInvariantCompareCulture(CultureInfo) |
Returns true if InvariantCulture should be used instead of passed culture to perform case insensitive operations.
|