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