|
Compare |
Compares two specified String objects with one another. |
|
CompareTo |
Overloaded. Compares the current String object with a specified String object or Object object. |
|
Concat |
Overloaded. Concatenates one or more String objects or the String representations of the args values for one or more Object objects. |
|
Equals |
Determines whether two specified String objects have the same value. |
|
Equals |
Determines whether two specified String objects have the same value. |
|
Equals |
(Inherited from Object.) |
|
GetHashCode |
(Inherited from Object.) |
|
GetType |
(Inherited from Object.) |
|
IndexOf |
Overloaded. Reports the index number, or character position, of the first occurrence of a specified String object or one or more specified Unicode characters in the current String object. |
|
IndexOfAny |
Overloaded. Reports the index number, or character position, of the first occurrence in the current String object of any character within a specified array of Unicode characters. |
|
Intern |
Retrieves the system's reference to a specified String object. |
|
IsInterned |
Retrieves a reference to a specified String object. |
|
LastIndexOf |
Overloaded. Reports the index number, or character position, of the last occurrence of a specified Unicode character or String object in the current String object. |
|
LastIndexOfAny |
Overloaded. Reports the index number, or character position, of the last occurrence in the current String object of any character within a specified array of Unicode characters. |
|
operator != |
Determines whether two specified String objects have different values. |
|
operator == |
Determines whether two specified String objects have the same value. |
|
ReferenceEquals |
(Inherited from Object.) |
|
Split |
Overloaded. Identifies the substrings in the current String object that are delimited by one or more characters specified in an array, and then places the substrings in a String array. |
|
Substring |
Overloaded. Retrieves a substring from the current String object. |
|
ToCharArray |
Overloaded. Copies the characters in the current String object to an array of Unicode characters. |
|
ToLower |
Returns the current String object in lowercase. |
|
ToString |
Returns the current String object; no actual conversion is performed. |
|
ToUpper |
Returns the current String object in uppercase. |
|
Trim |
Overloaded. Removes all occurrences of a specified array of Unicode characters from the beginning and end of the current String object. |
|
TrimEnd |
Removes all occurrences of a specified array of Unicode characters from the end of the current String object. |
|
TrimStart |
Removes all occurrences of a specified array of Unicode characters from the beginning of the current String object. |