Translates a key Keys into corresponding character.

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

Syntax

C#
public static char KeyToCharacter(
	Keys key
)

Parameters

key
Type: System.Windows.Forms..::.Keys
A virtual key which will be mapped into character.

Return Value

Returns corresponding character Char.

See Also