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