méthode System::String::FromUtf32
String::FromUtf32 method
Crée String à partir d’une chaîne utf32.
static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
| Paramètre | Type | Description |
|---|---|---|
| utf32 | const uint32_t * | Pointeur vers une chaîne encodée en utf32. |
| longueur | int32_t | Nombre de caractères à convertir. |
ReturnValue
String object representing passed string.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++