Click or drag to resize
CMSString Class
Helper (replace) methods for string class
Inheritance Hierarchy
SystemObject
  CMS.BaseCMSString

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class CMSString

The CMSString type exposes the following members.

Constructors
  NameDescription
Public methodCMSString
Top
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