Méthode System::String::FromWCS
String::FromWCS method
Crée String à partir d’une widestring.
static String System::String::FromWCS(const std::wstring &wcs)
| Paramètre | Type | Description |
|---|---|---|
| wcs | const std::wstring& | Widestring à convertir en String. |
ReturnValue
String object representing passed string.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++