Μέθοδος System::String::FromUtf8
περιεχόμενα
[
κρύβω
]String::FromUtf8(const char *) method
Δημιουργεί String από συμβολοσειρά utf8.
static String System::String::FromUtf8(const char *utf8)
| Parameter | Type | Περιγραφή |
|---|---|---|
| utf8 | const char * | Δείκτης σε συμβολοσειρά που τελειώνει με null κωδικοποιημένη με κωδική σελίδα 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 * | Δείκτης σε συμβολοσειρά που τελειώνει με null κωδικοποιημένη με κωδική σελίδα utf8. |
ReturnValue
String object representing passed string.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++