ConvertFromUtf32()
Char::ConvertFromUtf32(uint32_t) method
Converts UTF-32 code unit into an instance of System::String class.
static String System::Char::ConvertFromUtf32(uint32_t utf32)
Arguments
Parameter | Type | Description |
---|---|---|
utf32 | uint32_t | A UTF-32 code unit to convert |
Return Value
An instance of System::String class representing the specified UTF-32 code unit.
See Also
- Class String
- Class Char
- Namespace System
- Library Aspose.Slides