Char: ConvertFromUtf32

ConvertFromUtf32

Converts the specified Unicode code point into a UTF-16 encoded string.



 Public Function ConvertFromUtf32(
	  ByVal UTF32 As Long ) As String

Parameters

UTF32
[ByVal] Long. A 21-bit Unicode code point.

Return Values

String -  A string consisting of one character or a surrogate pair of characters equivalent to the code point specified by the Utf32 parameter.

Exceptions

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.

See Also

Project CorLib Overview

Class Char Overview

ConvertToUtf32

ConvertToUtf32Str