 | DefaultValueInverterInvertValue Method |
Throws an exception if operation has failed.
Namespace:
BionicCode.Utilities.Net.Framework.Wpf
Assembly:
BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic final function InvertValue(
value : Object
) : Object
function InvertValue(value);
Parameters
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:BionicCode.Utilities.Net.Framework.Wpf.DefaultValueInverter.InvertValue(System.Object)"]
Return Value
Type:
ObjectThe inverted value.
Implements
IValueInverterInvertValue(Object)
Exceptions
See Also