| MultiValueConverterBaseConvert Method |
Modifies the source data before passing it to the target for display in the UI.
Namespace: Cimbalino.Toolkit.ConvertersAssembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax public abstract Object Convert(
Object[] values,
Type targetType,
Object parameter,
CultureInfo culture
)
Parameters
- values
- 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:
ObjectThe 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