Click or drag to resize

DefaultValueInverterTryInvertValue Method

Trys to invert a value. Won't throw an exception if operation fails.

Namespace:  BionicCode.Utilities.Net.Core.Wpf
Assembly:  BionicCode.Utilities.Net.Core.Wpf (in BionicCode.Utilities.Net.Core.Wpf.dll) Version: 1.0.2
Syntax
public bool TryInvertValue(
	Object value,
	out Object invertedValue
)

Parameters

value
Type: SystemObject
invertedValue
Type: SystemObject

Return Value

Type: Boolean
true when successful, otherwise false

Implements

IValueInverterTryInvertValue(Object, Object)
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md