FromWCS()

String::FromWCS(const std::wstring&) method

Creates String from widestring.

static String System::String::FromWCS(const std::wstring &wcs)

Arguments

ParameterTypeDescription
wcsconst std::wstring&Widestring to convert into String.

Return Value

String object representing passed string.

See Also