This documentation is archived and is not being maintained.
StringInfo Methods
Visual Studio 2010
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 it 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 indexes of each base character, high surrogate, or control character within the specified string. |
|
SubstringByTextElements(Int32) | Retrieves a substring of text elements from the current StringInfo object starting from a specified text element and continuing through the last text element. |
|
SubstringByTextElements(Int32, Int32) | Retrieves a substring of text elements from the current StringInfo object starting from a specified text element and continuing through the specified number of text elements. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: