méthode System::String::FromUtf32

String::FromUtf32 method

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

static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
ParamètreTypeDescription
utf32const uint32_t *Pointeur vers une chaîne encodée en utf32.
longueurint32_tNombre de caractères à convertir.

ReturnValue

String object representing passed string.

Voir aussi