StringInfo Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | 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() | |
![]() | MemberwiseClone() | |
![]() ![]() | ParseCombiningCharacters(String^) | 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.) |


