System::Char::ConvertToUtf32 메서드

Char::ConvertToUtf32(char_t, char_t) method

지정된 UTF-16 서러게이트 쌍을 UTF-32 코드 단위로 변환합니다.

static int System::Char::ConvertToUtf32(char_t highSurrogate, char_t lowSurrogate)
매개변수형식설명
highSurrogatechar_t변환할 UTF-16 서러게이트 쌍의 상위 서러게이트
lowSurrogatechar_t변환할 UTF-16 서러게이트 쌍의 하위 서러게이트

ReturnValue

변환 결과로 얻은 UTF-32 코드 단위

또 보기

Char::ConvertToUtf32(const String&, int) method

지정된 문자열 위치에 있는 UTF-16 인코딩 문자 또는 서러게이트 쌍의 값을 UTF-32 코드 유닛으로 변환합니다.

static int System::Char::ConvertToUtf32(const String &s, int index)
매개변수형식설명
sconst String&문자 또는 서러게이트 쌍을 포함하는 문자열
indexint지정된 문자열에서 문자 또는 서러게이트 쌍의 인덱스 위치

ReturnValue

변환 결과로 얻은 UTF-32 코드 단위

또 보기