System::String::FromWCS-methode
String::FromWCS method
Maakt String van widestring.
static String System::String::FromWCS(const std::wstring &wcs)
| Parameter | Type | Beschrijving |
|---|---|---|
| wcs | const std::wstring& | Widestring om te converteren naar String. |
ReturnValue
String object representing passed string.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++