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
highSurrogatecharThe high surrogate code point.
lowSurrogatecharThe low surrogate code point.
resultRuneThe encoded rune.