System::String::FromUtf32 메서드

String::FromUtf32 method

utf32 문자열에서 String을(를) 생성합니다.

static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
매개변수형식설명
utf32const uint32_t *utf32로 인코딩된 문자열에 대한 포인터.
길이int32_t변환할 문자 수.

ReturnValue

String object representing passed string.

또 보기