System::String::FromWCS method

String::FromWCS method

Creates String from widestring.

static String System::String::FromWCS(const std::wstring &wcs)
ParameterTypeDescription
wcsconst std::wstring&Widestring to convert into String.

ReturnValue

String object representing passed string.

See Also