C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1BasePicker Class / TextToValue Method

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

Parameters

e
See Also