Table of Contents

Method GetRuneCount

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetRuneCount(string)

Gets the number of runes in the string.

public static int GetRuneCount(this string str)

Parameters

str string

The string to count.

Returns

int

Remarks

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