Method GetRuneCount | Terminal.Gui v2 (original) (raw)
Namespace
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
Remarks
This is a Terminal.Gui extension method to string to support TUI text manipulation.