Méthode System::String::FromUtf16
String::FromUtf16 method
Crée String à partir d’une chaîne utf16.
static String System::String::FromUtf16(const std::u16string &u16str)
| Paramètre | Type | Description |
|---|---|---|
| u16str | const std::u16string& | Chaîne Utf16. |
ReturnValue
String object representing passed string.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++