Table of Contents

Method GetCharFromKey

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v9.dll

GetCharFromKey(Key, ref char)

public static char GetCharFromKey(Key key, ref char formatKey)

Parameters

key Key
formatKey char

Returns

char

GetCharFromKey(Key)

Converts specified Key into Char.

public static char GetCharFromKey(Key key)

Parameters

key Key

Key to convert.

Returns

char

Char as result of convertation.