System::Char::ConvertFromUtf32 方法
Char::ConvertFromUtf32 method
将 UTF-32 代码单元转换为 System::String 类的实例。
static String System::Char::ConvertFromUtf32(uint32_t utf32)
| 参数 | 类型 | 描述 |
|---|---|---|
| utf32 | uint32_t | 要转换的 UTF-32 代码单元 |
ReturnValue
表示指定 UTF-32 代码单元的 System::String 类的实例。
另见
- Class String
- Class Char
- Namespace System
- Library Aspose.Font for C++