System::String::FromUtf32 method

String::FromUtf32 method

Creates String from utf32 string.

static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
ParameterTypeDescription
utf32const uint32_t *Pointer to string encoded in utf32.
lengthint32_tNumber of characters to convert.

ReturnValue

String object representing passed string.

See Also