다음을 통해 공유


UnicodeCharacters.IsSupplementary(UInt32) 메서드

정의

지정된 유니코드 문자가 보조 문자인지 확인합니다.

public:
 static bool IsSupplementary(unsigned int codepoint);
 static bool IsSupplementary(uint32_t const& codepoint);
public static bool IsSupplementary(uint codepoint);
function isSupplementary(codepoint)
Public Shared Function IsSupplementary (codepoint As UInteger) As Boolean

매개 변수

codepoint
UInt32

unsigned int

uint32_t

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

반환

Boolean

bool

codepoint가 보조 문자이면 TRUE이고, 그렇지 않으면 FALSE입니다.

설명

이 메서드는 codepoint 가 보조 문자(0xFFFF 초과)인지 여부를 결정합니다.

적용 대상

추가 정보