 | DefaultValueInverterTryInvertValue Method |
Trys to invert a value. Won't throw an exception if operation fails.
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)
Syntaxfunction TryInvertValue(value, invertedValue);
Parameters
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:BionicCode.Utilities.Net.Framework.Wpf.DefaultValueInverter.TryInvertValue(System.Object,System.Object@)"]
- invertedValue
- Type: SystemObject
[Missing <param name="invertedValue"/> documentation for "M:BionicCode.Utilities.Net.Framework.Wpf.DefaultValueInverter.TryInvertValue(System.Object,System.Object@)"]
Return Value
Type:
Booleantrue when successful, otherwise
falseImplements
IValueInverterTryInvertValue(Object, Object)
See Also