Click or drag to resize
Cimbalino ToolkitValueConverterBaseConvert Method
Modifies the source data before passing it to the target for display in the UI.

Namespace: Cimbalino.Toolkit.Converters
Assembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public abstract Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
The source data being passed to the target.
targetType
Type: SystemType
The Type of data expected by the target dependency property.
parameter
Type: SystemObject
An optional parameter to be used in the converter logic.
culture
Type: System.GlobalizationCultureInfo
The culture of the conversion.

Return Value

Type: Object
The value to be passed to the target dependency property.
Version Information

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also