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

DataEntryGridDataValue..::..ProcessDataValueInput Method

Processes the data value input.

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

Syntax


public bool ProcessDataValueInput(
	string dataValue
)
Public Function ProcessDataValueInput ( _
	dataValue As String _
) As Boolean
public:
bool^ ProcessDataValueInput(
	String^ dataValue
)

Parameters

dataValue
Type: String
The data value.

Return Value

true if XXXX, false otherwise.