Click or drag to resize

IValueInverter Interface

Provide an implementation to invert an object or objects.

Namespace:  BionicCode.Utilities.Net.Standard
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.3
Syntax
public interface IValueInverter

The IValueInverter type exposes the following members.

Methods
  NameDescription
Public methodInvertValue
Throws an exception if operation has failed.
Public methodTryInvertValue
Trys to invert a value. Won't throw an exception if operation fails.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md