ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1BasePicker Class / ValueToText Method

In This Topic
    ValueToText Method (C1BasePicker)
    In This Topic
    Should be overridden in derived class and convert value to string.
    Syntax
    'Declaration
     
    Protected Overridable Sub ValueToText( _
       ByRef e As C1BasePicker.ValueToTextArgs _
    ) 
    protected virtual void ValueToText( 
       ref C1BasePicker.ValueToTextArgs e
    )

    Parameters

    e
    See Also