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