Share via


FuncConverter<TSource,TDest,TParam>.Convert Method

Definition

public object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj

Parameters

value
System.Object
targetType
System.Type
parameter
System.Object
culture
System.Globalization.CultureInfo

Returns

System.Object

Implements

Applies to