RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..GetCharFromKey Method

Converts key value to char.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public static char GetCharFromKey(
	this Key key
)
<ExtensionAttribute> _
Public Shared Function GetCharFromKey ( _
	key As Key _
) As Char
[ExtensionAttribute]
public:
static wchar_t^ GetCharFromKey(
	Key^ key
)

Parameters

key
Type: Key
The key.

Return Value

System.Char.