Table of Contents

Method IsSurrogatePair

Namespace
Terminal.Gui.Text
Assembly
Terminal.Gui.dll

IsSurrogatePair(string)

Reports whether a string is a surrogate code point.

public static bool IsSurrogatePair(this string str)

Parameters

str string

The string to probe.

Returns

bool

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

Remarks

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