Méthode System::String::FromUtf16

String::FromUtf16 method

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

static String System::String::FromUtf16(const std::u16string &u16str)
ParamètreTypeDescription
u16strconst std::u16string&Chaîne Utf16.

ReturnValue

String object representing passed string.

Voir aussi