ConsoleKeyChordConverter.Convert(String) Method
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.
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
public:
static cli::array <ConsoleKeyInfo> ^ Convert(System::String ^ chord);
public static ConsoleKeyInfo[] Convert (string chord);
static member Convert : string -> ConsoleKeyInfo[]
Public Shared Function Convert (chord As String) As ConsoleKeyInfo()
Parameters
- chord
- String