Table of Contents

Class NegativeToBooleanConverter

Namespace
Innova.Prism.Library.Converters
Assembly
Innova.Prism.Library.dll

Converts a negative double value to a boolean value.

public class NegativeToBooleanConverter : IValueConverter
Inheritance
NegativeToBooleanConverter
Implements

Methods

Convert(object, Type, object, CultureInfo)

Converts a negative double value to a boolean value.

ConvertBack(object, Type, object, CultureInfo)

Converts a boolean value back to a negative double value. This method is not implemented.