[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnValueConverter.ConvertBack

ConvertBack Method

ConvertBack(object, Type, object, CultureInfo)

Converts display values back into data values.

Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Public Function ConvertBack(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parameters
Type Name Description
object value
Type targetType
object parameter
CultureInfo culture
Returns
Type Description
object
Implements