| Char: ConvertFromUtf32 |
Converts the specified Unicode code point into a UTF-16 encoded string.
Public Function ConvertFromUtf32( ByVal UTF32 As Long ) As String
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Utf32 is not a valid 21-bit Unicode code point ranging from U+0 through U+10FFFF, excluding the surrogate pair range from U+D800 through U+DFFF. |