StringInfo Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The StringInfo type exposes the following members.

Methods

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

Top