Method GetRuneCount
GetRuneCount(string)
Gets the number of runes in the string.
public static int GetRuneCount(this string str)
Parameters
str
stringThe string to count.
Returns
Remarks
This is a Terminal.Gui extension method to string to support TUI text manipulation.