Méthode System::String::FromWCS

String::FromWCS method

Crée String à partir d’une widestring.

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

ReturnValue

String object representing passed string.

Voir aussi