[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.BooleanToDoubleConverter.ConvertBack

ConvertBack Method

ConvertBack(object, Type, object, CultureInfo)

Converts a double value to a bool value.

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

The double value.

Type targetType

This parameter is not used.

object parameter

This parameter is not used.

CultureInfo culture

This parameter is not used.

Returns
Type Description
object

true if value is not zero; otherwise, false.

Implements