ConvertFromUtf32()

Char::ConvertFromUtf32(uint32_t) method

Converts UTF-32 code unit into an instance of System::String class.

static String System::Char::ConvertFromUtf32(uint32_t utf32)

Arguments

ParameterTypeDescription
utf32uint32_tA UTF-32 code unit to convert

Return Value

An instance of System::String class representing the specified UTF-32 code unit.

See Also