CharUnicodeInfo Methods
Collapse the table of content
Expand the table of content

CharUnicodeInfo Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

  NameDescription
Public method Static member GetNumericValue(Char) Gets the numeric value associated with the specified character.
Public method Static member GetNumericValue(String, Int32) Gets the numeric value associated with the character at the specified index of the specified string.
Public method Static member GetUnicodeCategory(Char) Gets the Unicode category of the specified character.
Public method Static member GetUnicodeCategory(String, Int32) Gets the Unicode category of the character at the specified index of the specified string.
Top

Show:
© 2017 Microsoft