C# Class Fluent.KeyTranslator

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

Méthodes publiques

Méthode Description
KeyToChar ( Key key, CultureInfo cultureInfo ) : char?

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

Method Details

KeyToChar() public static méthode

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
Résultat char?