Method IsSurrogatePair
IsSurrogatePair(Rune)
Reports whether a rune is a surrogate code point.
public static bool IsSurrogatePair(this Rune rune)
Parameters
rune
RuneThe rune to probe.
Returns
Remarks
This is a Terminal.Gui extension method to Rune to support TUI text manipulation.