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