ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 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
    protected virtual bool TextToValue( 
       ref C1BasePicker.TextToValueArgs e
    )

    Parameters

    e
    See Also