|
| Name | Description |
|---|
.gif) .gif) .gif) | Clone | Returns a reference to this instance of String. |
.gif) .gif) .gif) .gif) | Compare | Overloaded. Compares two specified String objects and returns an integer that indicates their relationship to one another in the sort order. |
.gif) .gif) .gif) .gif) | CompareOrdinal | Overloaded. Compares two String objects by evaluating the numeric values of the corresponding Char objects in each string. |
.gif) .gif) .gif) | CompareTo | Overloaded. Compares this instance with a specified object or String and returns an integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified object or String. |
.gif) .gif) .gif) .gif) | Concat | Overloaded. Concatenates one or more instances of String, or the String representations of the values of one or more instances of Object. |
.gif) .gif) .gif) | Contains | Returns a value indicating whether the specified String object occurs within this string. |
.gif) .gif) .gif) .gif) | Copy | Creates a new instance of String with the same value as a specified String. |
.gif) .gif) .gif) | CopyTo | Copies a specified number of characters from a specified position in this instance to a specified position in an array of Unicode characters. |
.gif) .gif) .gif) | EndsWith | Overloaded. Determines whether the end of an instance of String matches a specified string. |
.gif) .gif) .gif) .gif) | Equals | Overloaded. Determines whether two String objects have the same value. |
.gif) .gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) .gif) .gif) | Format | Overloaded. Replaces each format item in a specified string with the text equivalent of a corresponding object's value. |
.gif) .gif) .gif) | GetEnumerator | Retrieves an object that can iterate through the individual characters in this string. |
.gif) .gif) .gif) | GetHashCode | Returns the hash code for this string. (Overrides Object..::.GetHashCode()()().) |
.gif) .gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) .gif) | GetTypeCode | Returns the TypeCode for class String. |
.gif) .gif) .gif) | IndexOf | Overloaded. Reports the index of the first occurrence of a String, or one or more characters, within this string. |
.gif) .gif) .gif) | IndexOfAny | Overloaded. Reports the index of the first occurrence in this instance of any character in a specified array of Unicode characters. |
.gif) .gif) .gif) | Insert | Inserts a specified instance of String at a specified index position in this instance. |
.gif) .gif) .gif) .gif) | Intern | Retrieves the system's reference to the specified String. |
.gif) .gif) .gif) .gif) | IsInterned | Retrieves a reference to a specified String. |
.gif) | IsNormalized | Overloaded. Indicates whether this string is in a particular Unicode normalization form. |
.gif) .gif) .gif) .gif) | IsNullOrEmpty | Indicates whether the specified String object is nullNothingnullptra null reference (Nothing in Visual Basic) or an Empty string. |
.gif) .gif) .gif) .gif) | Join | Overloaded. Concatenates a specified separator String between each element of a specified String array, yielding a single concatenated string. |
.gif) .gif) .gif) | LastIndexOf | Overloaded. Reports the index position of the last occurrence of a specified Unicode character or String within this instance. |
.gif) .gif) .gif) | LastIndexOfAny | Overloaded. Reports the index position of the last occurrence in this instance of one or more characters specified in a Unicode array. |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | Normalize | Overloaded. Returns a new string whose binary representation is in a particular Unicode normalization form. |
.gif) .gif) .gif) | PadLeft | Overloaded. Returns a new string of a specified length in which the beginning of the string is padded with spaces or a specified Unicode character. |
.gif) .gif) .gif) | PadRight | Overloaded. Returns a new string of a specified length in which the end of the string is padded with spaces or a specified Unicode character. |
.gif) .gif) .gif) | Remove | Overloaded. Returns a new string in which a specified number of characters from this instance are deleted. |
.gif) .gif) .gif) | Replace | Overloaded. Returns a new string in which all occurrences of a specified Unicode character or String in this instance are replaced with another specified Unicode character or String. |
.gif) .gif) .gif) | Split | Overloaded. Returns a string array that contains the substrings in this instance that are delimited by elements of a specified string or Unicode character array. |
.gif) .gif) .gif) | StartsWith | Overloaded. Determines whether the beginning of an instance of String matches a specified string. |
.gif) .gif) .gif) | Substring | Overloaded. Retrieves a substring from this instance. |
.gif) .gif) .gif) | ToCharArray | Overloaded. Copies the characters in this instance to a Unicode character array. |
.gif) .gif) .gif) | ToLower | Overloaded. Returns a copy of this String converted to lowercase. |
.gif) | ToLowerInvariant | Returns a copy of this String object converted to lowercase using the casing rules of the invariant culture. |
.gif) .gif) .gif) | ToString | Overloaded. Converts the value of this instance to a String. |
.gif) .gif) .gif) | ToUpper | Overloaded. Returns a copy of this String converted to uppercase. |
.gif) | ToUpperInvariant | Returns a copy of this String object converted to uppercase using the casing rules of the invariant culture. |
.gif) .gif) .gif) | Trim | Overloaded. Returns a new string in which all leading and trailing occurrences of a set of specified characters from the current String object are removed. |
.gif) .gif) .gif) | TrimEnd | Removes all trailing occurrences of a set of characters specified in an array from the current String object. |
.gif) .gif) .gif) | TrimStart | Removes all leading occurrences of a set of characters specified in an array from the current String object. |