TextToValue Method (C1BasePicker)
In This Topic
Should be overridden in deviced class and convert string to value.
Syntax
'Declaration
Protected Overridable Function TextToValue( _
ByRef As C1BasePicker.TextToValueArgs _
) As Boolean
protected virtual bool TextToValue(
ref C1BasePicker.TextToValueArgs
)
Parameters
- e
See Also