다음을 통해 공유


UnicodeCharacters.GetSurrogatePairFromCodepoint(UInt32, Char, Char) 메서드

정의

지정된 보조 유니코드 문자에 대한 높고 낮은 서로게이트 쌍 값을 반환합니다.

public:
 static void GetSurrogatePairFromCodepoint(unsigned int codepoint, [Out] char16 & highSurrogate, [Out] char16 & lowSurrogate);
 static void GetSurrogatePairFromCodepoint(uint32_t const& codepoint, [Out] char16_t & highSurrogate, [Out] char16_t & lowSurrogate);
public static void GetSurrogatePairFromCodepoint(uint codepoint, out char highSurrogate, out char lowSurrogate);
Public Shared Sub GetSurrogatePairFromCodepoint (codepoint As UInteger, ByRef highSurrogate As Char, ByRef lowSurrogate As Char)

매개 변수

codepoint
UInt32

unsigned int

uint32_t

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

highSurrogate
Char

char16

char16_t

반환된 높은 서로게이트 값입니다.

lowSurrogate
Char

char16

char16_t

반환된 낮은 서로게이트 값입니다.

설명

보조 유니코드 문자에 대한 설명은 서로게이트 및 보조 문자를 참조하세요.

적용 대상

추가 정보