Table of Contents

Method IsSurrogatePair

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsSurrogatePair(Rune)

Reports whether a rune is a surrogate code point.

public static bool IsSurrogatePair(this Rune rune)

Parameters

rune Rune

The rune to probe.

Returns

bool

true if the rune is a surrogate code point; false otherwise.

Remarks

This is a Terminal.Gui extension method to Rune to support TUI text manipulation.