Skip to content

DecimalConverter.Convert(object[], Type, object, CultureInfo) method

Defined in

Type: DecimalConverter Namespace: CrissCross.WPF.UI.Controls.Gauges.Converters Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)

Summary: Converts the specified values.

Parameters

NameTypeDescription
valuesobject[]The values.
targetTypeTypeType of the target.
parameterobjectThe parameter.
cultureCultureInfoThe culture.

Returns: object -- A converted value.If the method returns null, the valid null value is used.A return value of DependencyProperty.UnsetValue indicates that the converter did not produce a value, and that the binding will use the FallbackValue if it is available, or else will use the default value.A return value of Binding.DoNothing indicates that the binding does not transfer the value or use the FallbackValue or the default value.