System::String::FromUtf32 μέθοδος
String::FromUtf32 method
Δημιουργεί String από συμβολοσειρά utf32.
static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
| Parameter | Type | Περιγραφή |
|---|---|---|
| utf32 | const uint32_t * | Δείκτης σε συμβολοσειρά κωδικοποιημένη σε utf32. |
| length | int32_t | Αριθμός χαρακτήρων προς μετατροπή. |
ReturnValue
String object representing passed string.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++