FromWCS()
String::FromWCS(const std::wstring&) method
Creates String from widestring.
static String System::String::FromWCS(const std::wstring &wcs)
Arguments
Parameter | Type | Description |
---|---|---|
wcs | const std::wstring& | Widestring to convert into String. |
Return Value
String object representing passed string.
See Also
- Class String
- Namespace System
- Library Aspose.Slides