System::String::FromUtf16 메서드
String::FromUtf16 method
utf16 문자열에서 String을 생성합니다.
static String System::String::FromUtf16(const std::u16string &u16str)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| u16str | const std::u16string& | Utf16 문자열. |
ReturnValue
String object representing passed string.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++