System::String::FromUtf8 metod
Innehåll
[
Dölj
]String::FromUtf8(const char *) method
Skapar String från en utf8-sträng.
static String System::String::FromUtf8(const char *utf8)
| Parameter | Type | Beskrivning |
|---|---|---|
| utf8 | const char * | Pekare till nullterminerad sträng kodad med utf8-teckentabell. |
ReturnValue
String object representing passed string.
Se även
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromUtf8(const char *, int) method
Skapar String från en utf8-sträng.
static String System::String::FromUtf8(const char *utf8, int len)
| Parameter | Type | Beskrivning |
|---|---|---|
| utf8 | const char * | Pekare till sträng kodad med utf8-teckentabell. |
| len | int | Antal tecken att hantera. |
ReturnValue
String object representing passed string.
Se även
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromUtf8(const std::string&) method
Skapar String från en utf8-sträng.
static String System::String::FromUtf8(const std::string &utf8)
| Parameter | Type | Beskrivning |
|---|---|---|
| utf8 | const std::string& | Pekare till sträng kodad med utf8-teckentabell. |
ReturnValue
String object representing passed string.
Se även
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromUtf8(const uint8_t *) method
Skapar String från en utf8-sträng.
static String System::String::FromUtf8(const uint8_t *utf8)
| Parameter | Type | Beskrivning |
|---|---|---|
| utf8 | const uint8_t * | Pekare till nullterminerad sträng kodad med utf8-teckentabell. |
ReturnValue
String object representing passed string.
Se även
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++