System::String::FromWCS method
String::FromWCS method
와이드 문자열에서 String을 생성합니다.
static String System::String::FromWCS(const std::wstring &wcs)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| wcs | const std::wstring& | 와이드 문자열을 String으로 변환합니다. |
ReturnValue
String object representing passed string.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++