[]
        
(Showing Draft Content)

C1.iOS.Core.C1KeyboardHelper.GetChar

GetChar Method

GetChar(UIKeyCommand)

Returns char representation of Foundation.NSString that was pressed.

Declaration
public static char GetChar(UIKeyCommand keyEvent)
Public Shared Function GetChar(keyEvent As UIKeyCommand) As Char
Parameters
Type Name Description
UIKeyCommand keyEvent

Data from keyboard routed events, as well as related attached and Preview events.

Returns
Type Description
char

true if the Command key is pressed, false otherwise.