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