다음을 통해 공유


ParserHelpers.IsLetterOrDecimalDigit(Char) 메서드

정의

public:
 static bool IsLetterOrDecimalDigit(char value);
public static bool IsLetterOrDecimalDigit (char value);
static member IsLetterOrDecimalDigit : char -> bool
Public Shared Function IsLetterOrDecimalDigit (value As Char) As Boolean

매개 변수

value
Char

반환

적용 대상