DevZest WPF Docking
MapConverterConvert Method |
Converts source value to target value.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Object Convert( Object value, Type targetType, Object parameter, CultureInfo culture )
Public Function Convert ( value As Object, targetType As Type, parameter As Object, culture As CultureInfo ) As Object
Parameters
- value
- Type: SystemObject
The source value to be compared with From. - targetType
- Type: SystemType
This parameter is not used. - parameter
- Type: SystemObject
This parameter is not used. - culture
- Type: System.GlobalizationCultureInfo
This parameter is not used.
Return Value
Type: ObjectThe value of To if source value equals From; otherwise returns UnsetValue or original value depends on FallbackBehavior.
Implements
IValueConverterConvert(Object, Type, Object, CultureInfo)See Also