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 sealedpublic ref class ConsoleKeyChordConverter abstract sealedclass ConsoleKeyChordConverter abstract sealedpublic static class ConsoleKeyChordConvertertype ConsoleKeyChordConverter = classPublic 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 |