Click or drag to resize

IValueInverterTryInvertValue Method

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

Namespace:  BionicCode.Utilities.Net.Standard
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.3
Syntax
bool TryInvertValue(
	Object value,
	out Object invertedValue
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:BionicCode.Utilities.Net.Standard.IValueInverter.TryInvertValue(System.Object,System.Object@)"]

invertedValue
Type: SystemObject

[Missing <param name="invertedValue"/> documentation for "M:BionicCode.Utilities.Net.Standard.IValueInverter.TryInvertValue(System.Object,System.Object@)"]

Return Value

Type: Boolean
true when successful, otherwise false
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md