Table of Contents

Method GetCharFromKey

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v10.dll

GetCharFromKey(Key, ref char)

Converts specified Key into Char.

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

Parameters

key Key

Key to convert.

formatKey char

Receives addition format key data.

Returns

char

Char as result of convertation.

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.