C# Class Fluent.KeyTranslator

Helps to translate Key to Char (with keyboard layouts support)
Datei anzeigen Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
KeyToChar ( Key key, CultureInfo cultureInfo ) : char?

Converts Key to Char (considering keyboard layout defined in the given culture)

Method Details

KeyToChar() public static method

Converts Key to Char (considering keyboard layout defined in the given culture)
public static KeyToChar ( Key key, CultureInfo cultureInfo ) : char?
key Key Key
cultureInfo System.Globalization.CultureInfo Culture
return char?