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

CalculatorProcessor..::..ProcessChar Method

Processes the character.

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

Syntax


public bool ProcessChar(
	char keyChar
)
Public Function ProcessChar ( _
	keyChar As Char _
) As Boolean
public:
bool^ ProcessChar(
	wchar_t^ keyChar
)

Parameters

keyChar
Type: Char
The key character.

Return Value

true if XXXX, false otherwise.