Translates a character into corresponding key Keys.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static Keys CharacterToKey(
	char character
)

Parameters

character
Type: System..::.Char
A character which will be mapped into a key.

Return Value

Returns corresponding key.

See Also