Method GetCharFromKey
GetCharFromKey(Key, ref char)
Converts specified Key into Char.
public static char GetCharFromKey(Key key, ref char formatKey)
Parameters
Returns
- char
Char as result of convertation.
GetCharFromKey(Key)
Converts specified Key into Char.
public static char GetCharFromKey(Key key)
Parameters
key
KeyKey to convert.
Returns
- char
Char as result of convertation.