StringInfo Methods
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public method Equals Indicates whether the current StringInfo object is equal to a specified object. (Overrides Object.Equals(Object).)
Protected method 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.)
Public method GetHashCode Calculates a hash code for the value of the current StringInfo object. (Overrides Object.GetHashCode.)
Public method Static member GetNextTextElement(String) Gets the first text element in a specified string.
Public method Static member GetNextTextElement(String, Int32) Gets the text element at the specified index of the specified string.
Public method Static member GetTextElementEnumerator(String) Returns an enumerator that iterates through the text elements of the entire string.
Public method Static member GetTextElementEnumerator(String, Int32) Returns an enumerator that iterates through the text elements of the string, starting at the specified index.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member ParseCombiningCharacters Returns the index of each base character, high surrogate, or control character within the specified string.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

Show:
© 2017 Microsoft