[]
        
(Showing Draft Content)

C1.WPF.Maps.XElementConverter.ConvertBack

ConvertBack Method

ConvertBack(object, Type, object, CultureInfo)

Modifies the target data before passing it to the source object.

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