http://msdn.microsoft.com/en-us/library/system.string.clone%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Returns a reference to this instance of http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx. |
 http://msdn.microsoft.com/en-us/library/system.string.compare%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Compares two specified http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx objects. |
 http://msdn.microsoft.com/en-us/library/system.string.compareordinal%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Compares two http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx objects by evaluating the numeric values of the corresponding http://msdn.microsoft.com/en-us/library/system.char%28v=VS.71%29.aspx objects in each string. |
http://msdn.microsoft.com/en-us/library/system.string.compareto%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Compares this instance with a specified object. |
 http://msdn.microsoft.com/en-us/library/system.string.concat%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Concatenates one or more instances of http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx, or the String representations of the values of one or more instances of http://msdn.microsoft.com/en-us/library/system.object%28v=VS.71%29.aspx. |
 http://msdn.microsoft.com/en-us/library/system.string.copy%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Creates a new instance of http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx with the same value as a specified String. |
http://msdn.microsoft.com/en-us/library/system.string.copyto%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Copies
a specified number of characters from a specified position in this
instance to a specified position in an array of Unicode characters. |
http://msdn.microsoft.com/en-us/library/system.string.endswith%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Determines whether the end of this instance matches the specified http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx. |
http://msdn.microsoft.com/en-us/library/system.string.equals%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Overridden. Determines whether two http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx objects have the same value. |
 http://msdn.microsoft.com/en-us/library/system.string.format%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Replaces each format item in a specified http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx with the text equivalent of a corresponding object's value. |
http://msdn.microsoft.com/en-us/library/system.string.getenumerator%28v=VS.71%29.aspx |
Retrieves an object that can iterate through the individual characters in this instance. |
http://msdn.microsoft.com/en-us/library/system.string.gethashcode%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overridden. Returns the hash code for this instance. |
http://msdn.microsoft.com/en-us/library/system.object.gettype%28v=VS.71%29.aspx (inherited from Object)
Supported by the .NET Compact Framework.
|
Gets the http://msdn.microsoft.com/en-us/library/system.type%28v=VS.71%29.aspx of the current instance. |
http://msdn.microsoft.com/en-us/library/system.string.gettypecode%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Returns the http://msdn.microsoft.com/en-us/library/system.typecode%28v=VS.71%29.aspx for class http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx. |
http://msdn.microsoft.com/en-us/library/system.string.indexof%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Reports the index of the first occurrence of a http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx, or one or more characters, within this instance. |
http://msdn.microsoft.com/en-us/library/system.string.indexofany%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded.
Reports the index of the first occurrence in this instance of any
character in a specified array of Unicode characters. |
http://msdn.microsoft.com/en-us/library/system.string.insert%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Inserts a specified instance of http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx at a specified index position in this instance. |
 http://msdn.microsoft.com/en-us/library/system.string.intern%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Retrieves the system's reference to the specified http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx. |
 http://msdn.microsoft.com/en-us/library/system.string.isinterned%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Retrieves a reference to a specified http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx. |
 http://msdn.microsoft.com/en-us/library/system.string.join%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Concatenates a specified separator http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx between each element of a specified String array, yielding a single concatenated string. |
http://msdn.microsoft.com/en-us/library/system.string.lastindexof%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Reports the index position of the last occurrence of a specified Unicode character or http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx within this instance. |
http://msdn.microsoft.com/en-us/library/system.string.lastindexofany%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded.
Reports the index position of the last occurrence in this instance of
one or more characters specified in a Unicode array. |
http://msdn.microsoft.com/en-us/library/system.string.padleft%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded.
Right-aligns the characters in this instance, padding on the left with
spaces or a specified Unicode character for a specified total length. |
http://msdn.microsoft.com/en-us/library/system.string.padright%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded.
Left-aligns the characters in this string, padding on the right with
spaces or a specified Unicode character, for a specified total length. |
http://msdn.microsoft.com/en-us/library/system.string.remove%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Deletes a specified number of characters from this instance beginning at a specified position. |
http://msdn.microsoft.com/en-us/library/system.string.replace%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Replaces all occurrences of a specified Unicode character or http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx in this instance, with another specified Unicode character or String. |
http://msdn.microsoft.com/en-us/library/system.string.split%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded.
Identifies the substrings in this instance that are delimited by one or
more characters specified in an array, then places the substrings into a
http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx array. |
http://msdn.microsoft.com/en-us/library/system.string.startswith%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Determines whether the beginning of this instance matches the specified http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx. |
http://msdn.microsoft.com/en-us/library/system.string.substring%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Retrieves a substring from this instance. |
http://msdn.microsoft.com/en-us/library/system.string.tochararray%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Copies the characters in this instance to a Unicode character array. |
http://msdn.microsoft.com/en-us/library/system.string.tolower%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Returns a copy of this http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx in lowercase. |
http://msdn.microsoft.com/en-us/library/system.string.tostring%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Overridden. Converts the value of this instance to a http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx. |
http://msdn.microsoft.com/en-us/library/system.string.toupper%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Returns a copy of this http://msdn.microsoft.com/en-us/library/system.string%28v=VS.71%29.aspx in uppercase. |
http://msdn.microsoft.com/en-us/library/system.string.trim%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Overloaded. Removes all occurrences of a set of specified characters from the beginning and end of this instance. |
http://msdn.microsoft.com/en-us/library/system.string.trimend%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Removes all occurrences of a set of characters specified in an array from the end of this instance. |
http://msdn.microsoft.com/en-us/library/system.string.trimstart%28v=VS.71%29.aspx
Supported by the .NET Compact Framework.
|
Removes all occurrences of a set of characters specified in an array from the beginning of this instance. |