다음을 통해 공유


UnicodeCharacters.IsLowSurrogate(UInt32) 메서드

정의

지정된 유니코드 문자가 낮은 서로게이트인지 확인합니다.

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

매개 변수

codepoint
UInt32

unsigned int

uint32_t

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

반환

Boolean

bool

codepoint가 낮은 서로게이트이면 TRUE이고, 그렇지 않으면 FALSE입니다.

적용 대상

추가 정보