StringInfo Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The StringInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Indicates whether the current StringInfo object is equal to a specified object. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Calculates a hash code for the value of the current StringInfo object. (Overrides Object.GetHashCode.) |
|
GetNextTextElement(String) | Gets the first text element in a specified string. |
|
GetNextTextElement(String, Int32) | Gets the text element at the specified index of the specified string. |
|
GetTextElementEnumerator(String) | Returns an enumerator that iterates through the text elements of the entire string. |
|
GetTextElementEnumerator(String, Int32) | Returns an enumerator that iterates through the text elements of the string, starting at the specified index. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ParseCombiningCharacters | Returns the index of each base character, high surrogate, or control character within the specified string. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: