CharUnicodeInfo 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

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNumericValue(Char) Gets the numeric value associated with the specified character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetNumericValue(String, Int32) Gets the numeric value associated with the character at the specified index of the specified string.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetUnicodeCategory(Char) Gets the Unicode category of the specified character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetUnicodeCategory(String, Int32) Gets the Unicode category of the character at the specified index of the specified string.

Top