System::String::FromUtf32 方法
String::FromUtf32 method
从 utf32 字符串创建 String。
static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
| 参数 | 类型 | 描述 |
|---|---|---|
| utf32 | const uint32_t * | 指向以 utf32 编码的字符串的指针。 |
| 长度 | int32_t | 要转换的字符数。 |
ReturnValue
String object representing passed string.
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++