Método System::String::FromWCS
String::FromWCS method
Crea String a partir de una widestring.
static String System::String::FromWCS(const std::wstring &wcs)
| Parámetro | Tipo | Descripción |
|---|---|---|
| wcs | const std::wstring& | Widestring para convertir en String. |
ReturnValue
String object representing passed string.
Ver también
- Class String
- Class String
- Namespace System
- Library Aspose.PDF for C++