System::String::FromWCS method
String::FromWCS method
从宽字符串创建 String。
static String System::String::FromWCS(const std::wstring &wcs)
| Parameter | Type | 描述 |
|---|---|---|
| wcs | const std::wstring& | 要转换为 String 的宽字符串。 |
ReturnValue
String object representing passed string.
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++