ConverterBase Class

Base class for IValueConverter converters.

Definition

Namespace: Common.Wpf.Converters
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public abstract class ConverterBase : IValueConverter
Inheritance
Object    ConverterBase
Derived
More
Implements
IValueConverter

Constructors

ConverterBaseInitializes a new instance of the ConverterBase class

Methods

ConvertConverts the binding source to target.
ConvertBackConverts the binding target back to source.

See Also