طريقة System::String::FromUtf16
String::FromUtf16 method
ينشئ String من سلسلة utf16.
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.Font for C++