Rune.GetUnicodeCategory(Rune) Method

Definition

Gets the Unicode category associated with the specified rune.

public:
 static System::Globalization::UnicodeCategory GetUnicodeCategory(System::Text::Rune value);
public static System.Globalization.UnicodeCategory GetUnicodeCategory (System.Text.Rune value);
static member GetUnicodeCategory : System.Text.Rune -> System.Globalization.UnicodeCategory
Public Shared Function GetUnicodeCategory (value As Rune) As UnicodeCategory

Parameters

value
Rune

The rune for which to get the Unicode category.

Returns

The Unicode category associated with value.

Remarks

This method has behavior equivalent to CharUnicodeInfo.GetUnicodeCategory. Refer to that documentation for more information.

Applies to