![Static Static](images/dd181097.static(en-us,winembedded.10).gif) |
Compare |
Compares two specified String objects with one another. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
CompareTo |
Overloaded. Compares the current String object with a specified String object or Object object. |
![Static Static](images/dd181097.static(en-us,winembedded.10).gif) |
Concat |
Overloaded. Concatenates one or more String objects or the String representations of the args values for one or more Object objects. |
![Static Static](images/dd181097.static(en-us,winembedded.10).gif) |
Equals |
Determines whether two specified String objects have the same value. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Equals |
Determines whether two specified String objects have the same value. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Equals |
(Inherited from Object.) |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
GetHashCode |
(Inherited from Object.) |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
GetType |
(Inherited from Object.) |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
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. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
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. |
![Static Static](images/dd181097.static(en-us,winembedded.10).gif) |
Intern |
Retrieves the system's reference to a specified String object. |
![Static Static](images/dd181097.static(en-us,winembedded.10).gif) |
IsInterned |
Retrieves a reference to a specified String object. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
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. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
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. |
![Static Static](images/dd181097.static(en-us,winembedded.10).gif) |
operator != |
Determines whether two specified String objects have different values. |
![Static Static](images/dd181097.static(en-us,winembedded.10).gif) |
operator == |
Determines whether two specified String objects have the same value. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
ReferenceEquals |
(Inherited from Object.) |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
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. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Substring |
Overloaded. Retrieves a substring from the current String object. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
ToCharArray |
Overloaded. Copies the characters in the current String object to an array of Unicode characters. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
ToLower |
Returns the current String object in lowercase. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
ToString |
Returns the current String object; no actual conversion is performed. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
ToUpper |
Returns the current String object in uppercase. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Trim |
Overloaded. Removes all occurrences of a specified array of Unicode characters from the beginning and end of the current String object. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
TrimEnd |
Removes all occurrences of a specified array of Unicode characters from the end of the current String object. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
TrimStart |
Removes all occurrences of a specified array of Unicode characters from the beginning of the current String object. |