SPStringUtility Members
Include Protected Members
Include Inherited Members
Provides access to methods for manipulating strings.
The SPStringUtility type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPStringUtility | Initializes a new instance of the SPStringUtility class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveControlChars | Removes control characters from the specified string. | |
RemoveNonAlphaNumericChars | Removes nonalphanumeric characters from the specified string. | |
SubstringSurrogateAware | Returns a substring of the specified string, ensuring that the returned string is valid if the string is a surrogate pair. | |
ToString | (Inherited from Object.) |
Top