ConsoleKeyChordConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A helper class for converting strings to ConsoleKey chords.
public ref class ConsoleKeyChordConverter abstract sealed
public ref class ConsoleKeyChordConverter abstract sealed
class ConsoleKeyChordConverter abstract sealed
public static class ConsoleKeyChordConverter
type ConsoleKeyChordConverter = class
Public Class ConsoleKeyChordConverter
- Inheritance
-
ConsoleKeyChordConverter
Methods
Convert(String) |
Converts a string to a sequence of ConsoleKeyInfo. Sequences are separated by ','. Modifiers appear before the modified key and are separated by '+'. Examples: Ctrl+X Ctrl+D,M Escape,X |