Method ToConsoleKeyInfoArray | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ToConsoleKeyInfoArray(string)

Convert a string to ConsoleKeyInfo array.

public static ConsoleKeyInfo[] ToConsoleKeyInfoArray(string ansi)

Parameters

ansi string

Returns

ConsoleKeyInfo[]

The ConsoleKeyInforepresenting the string.

Edit this page