طريقة System::String::FromUtf8
محتويات
[
يخفي
]String::FromUtf8(const char *) method
يُنشئ String من سلسلة utf8.
static String System::String::FromUtf8(const char *utf8)
| معامل | نوع | الوصف |
|---|---|---|
| utf8 | const char * | مؤشر إلى سلسلة منتهية بـ null مُشفَّرة باستخدام صفحة الترميز utf8. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::FromUtf8(const char *, int) method
يُنشئ String من سلسلة utf8.
static String System::String::FromUtf8(const char *utf8, int len)
| معامل | نوع | الوصف |
|---|---|---|
| utf8 | const char * | مؤشر إلى سلسلة مُشفَّرة باستخدام صفحة الترميز utf8. |
| len | int | عدد الأحرف التي يجب معالجتها. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::FromUtf8(const std::string&) method
يُنشئ String من سلسلة utf8.
static String System::String::FromUtf8(const std::string &utf8)
| معامل | نوع | الوصف |
|---|---|---|
| utf8 | const std::string& | مؤشر إلى سلسلة مُشفَّرة باستخدام صفحة الترميز utf8. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::FromUtf8(const uint8_t *) method
يُنشئ String من سلسلة utf8.
static String System::String::FromUtf8(const uint8_t *utf8)
| معامل | نوع | الوصف |
|---|---|---|
| utf8 | const uint8_t * | مؤشر إلى سلسلة منتهية بـ null مُشفَّرة باستخدام صفحة الترميز utf8. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++