طريقة System::String::FromUtf32
String::FromUtf32 method
ينشئ String من سلسلة utf32.
static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
| معامل | نوع | الوصف |
|---|---|---|
| utf32 | const uint32_t * | مؤشر إلى سلسلة مُشفَّرة بصيغة utf32. |
| الطول | int32_t | عدد الأحرف المراد تحويلها. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++