[]
        
(Showing Draft Content)

C1.Win.C1Input.C1ColorPicker.TextToValue

TextToValue Method

TextToValue(ref TextToValueArgs)

Should be overridden in deviced class and convert string to value.

Declaration
protected override bool TextToValue(ref C1BasePicker.TextToValueArgs e)
Protected Overrides Function TextToValue(ByRef e As C1BasePicker.TextToValueArgs) As Boolean
Parameters
Type Name Description
C1BasePicker.TextToValueArgs e
Returns
Type Description
bool
Overrides