다음을 통해 공유


UnicodeCharacters.GetCodepointFromSurrogatePair(UInt32, UInt32) 메서드

정의

지정된 상위 및 하위 서로게이트 쌍에 대한 보조 유니코드 문자를 반환합니다.

public:
 static unsigned int GetCodepointFromSurrogatePair(unsigned int highSurrogate, unsigned int lowSurrogate);
 static uint32_t GetCodepointFromSurrogatePair(uint32_t const& highSurrogate, uint32_t const& lowSurrogate);
public static uint GetCodepointFromSurrogatePair(uint highSurrogate, uint lowSurrogate);
function getCodepointFromSurrogatePair(highSurrogate, lowSurrogate)
Public Shared Function GetCodepointFromSurrogatePair (highSurrogate As UInteger, lowSurrogate As UInteger) As UInteger

매개 변수

highSurrogate
UInt32

unsigned int

uint32_t

높은 서로게이트 값입니다. 0xD800 = highSurrogate<= 0xDBFF <적절한 범위에 있어야 합니다.

lowSurrogate
UInt32

unsigned int

uint32_t

낮은 서로게이트 값입니다. 0xDC00 = lowSurrogate<= 0xDFFF <적절한 범위에 있어야 합니다.

반환

UInt32

unsigned int

uint32_t

보조 유니코드 문자입니다.

적용 대상

추가 정보