System::Char::ConvertFromUtf32 方法

Char::ConvertFromUtf32 method

将 UTF-32 代码单元转换为 System::String 类的实例。

static String System::Char::ConvertFromUtf32(uint32_t utf32)
参数类型描述
utf32uint32_t要转换的 UTF-32 代码单元

ReturnValue

表示指定 UTF-32 代码单元的 System::String 类的实例。

另见