Gets the Unicode character from the string, taking into account high surrogates (characters represented by a 32-bit value).
'Declaration
Public Shared Function GetUnicodeChar( _
ByVal As String, _
ByRef As Integer _
) As String
Parameters
- source
- The source string.
- i
- The index in the source string.
Return Value
The Unicode character as a string.