System::Char::ConvertFromUtf32 method

Char::ConvertFromUtf32 method

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

static String System::Char::ConvertFromUtf32(uint32_t utf32)
ParameterTypeDescription
utf32uint32_tA UTF-32 code unit to convert

ReturnValue

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

See Also