System::String::FromUtf16 method
String::FromUtf16 method
Creates String from utf16 string.
static String System::String::FromUtf16(const std::u16string &u16str)
Parameter | Type | Description |
---|---|---|
u16str | const std::u16string& | Utf16 string. |
ReturnValue
String object representing passed string.
See Also
- Class String
- Class String
- Namespace System
- Library Aspose.PDF for C++