طريقة System::String::FromWCS
String::FromWCS method
ينشئ String من widestring.
static String System::String::FromWCS(const std::wstring &wcs)
| Parameter | Type | الوصف |
|---|---|---|
| wcs | const std::wstring& | Widestring للتحويل إلى String. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++