Click or drag to resize

ArithmeticMultiValueConverter Methods

The ArithmeticMultiValueConverter type exposes the following members.

Methods
 NameDescription
Protected methodConvert Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target. An input value of null will return null, whereas if the input array contains UnSet then UnSet will be returned.
(Overrides MultiValueConverterConvert(Object, Type, Object, CultureInfo))
Protected methodConvertBack Converts a value.
(Inherited from MultiValueConverter)
Public methodProvideValue When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.
(Inherited from MultiValueConverter)
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also