Rune.IsLetterOrDigit(Rune) 메서드

정의

지정된 룬이 문자로 분류되는지 소수 자릿수로 분류되는지 여부를 나타내는 값을 반환합니다.

public:
 static bool IsLetterOrDigit(System::Text::Rune value);
public static bool IsLetterOrDigit(System.Text.Rune value);
static member IsLetterOrDigit : System.Text.Rune -> bool
Public Shared Function IsLetterOrDigit (value As Rune) As Boolean

매개 변수

value
Rune

평가할 Rune입니다.

반품

문자 또는 10진수이면 그렇지 않으면 .입니다.

설명

이 메서드는 결과를 쿼리 GetUnicodeCategory(Rune) 하고 값, , OtherLetterLowercaseLetterTitlecaseLetterModifierLetterDecimalDigitNumber값과 비교하는 것과 같습니다.UppercaseLetter

자세한 내용은 Char.IsLetterOrDigit를 참조하세요.

적용 대상