다음을 통해 공유


UnicodeCharacters.GetGeneralCategory(UInt32) 메서드

정의

지정된 유니코드 문자의 UnicodeGeneralCategory 를 반환합니다.

public:
 static UnicodeGeneralCategory GetGeneralCategory(unsigned int codepoint);
 static UnicodeGeneralCategory GetGeneralCategory(uint32_t const& codepoint);
public static UnicodeGeneralCategory GetGeneralCategory(uint codepoint);
function getGeneralCategory(codepoint)
Public Shared Function GetGeneralCategory (codepoint As UInteger) As UnicodeGeneralCategory

매개 변수

codepoint
UInt32

unsigned int

uint32_t

유니코드 문자입니다. 0 <= codepoint<= 0x10FFFF 적절한 범위에 있어야 합니다.

반환

codepoint에 대한 유니코드 일반 범주입니다.

적용 대상

추가 정보