System::String::FromUtf32 method
String::FromUtf32 method
Creates String from utf32 string.
static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
Parameter | Type | Description |
---|---|---|
utf32 | const uint32_t * | Pointer to string encoded in utf32. |
length | int32_t | Number of characters to convert. |
ReturnValue
String object representing passed string.
See Also
- Class String
- Class String
- Namespace System
- Library Aspose.PUB for C++