System::String::FromWCS méthode

String::FromWCS method

Crée String à partir d’une chaîne large.

static String System::String::FromWCS(const std::wstring &wcs)
ParamètreTypeDescription
wcsconst std::wstring&Chaîne large à convertir en String.

ReturnValue

String object representing passed string.

Voir aussi