Method EncodeSurrogatePair
EncodeSurrogatePair(char, char, out Rune)
Attempts to encode (as UTF-16) a surrogate pair.
public static bool EncodeSurrogatePair(char highSurrogate, char lowSurrogate, out Rune result)
Parameters
highSurrogate
charThe high surrogate code point.
lowSurrogate
charThe low surrogate code point.
result
RuneThe encoded rune.