Method ToConsoleKeyInfoArray
ToConsoleKeyInfoArray(string)
Convert a string to ConsoleKeyInfo array.
public static ConsoleKeyInfo[] ToConsoleKeyInfoArray(string ansi)
Parameters
ansi
string
Returns
- ConsoleKeyInfo[]
The ConsoleKeyInforepresenting the string.