Table of Contents

Method ToRunes

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ToRunes(string)

Converts the string into a Rune array.

public static Rune[] ToRunes(this string str)

Parameters

str string

The string to convert.

Returns

Rune[]

Remarks

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