[]
        
(Showing Draft Content)

C1.WinUI.Core.DelegateConverter.Convert

Convert Method

Convert(object, Type, object, string)

Modifies the source data before passing it to the target for display in the UI.

Declaration
public object Convert(object value, Type targetType, object parameter, string culture)
Parameters
Type Name Description
object value

The source data being passed to the target.

Type targetType

The Type of data expected by the target dependency property.

object parameter

An optional parameter to be used in the converter logic.

string culture

The culture of the conversion.

Returns
Type Description
object

The value to be passed to the target dependency property.