System::String::FromWCS metodo
String::FromWCS method
Crea String da una widestring.
static String System::String::FromWCS(const std::wstring &wcs)
| Parametro | Tipo | Descrizione |
|---|---|---|
| wcs | const std::wstring& | Widestring da convertire in String. |
ReturnValue
String object representing passed string.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++