WPF Packages
C#
Show/Hide TOC
Converter
Base 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#
Copy
public
abstract
class
ConverterBase
:
IValueConverter
Inheritance
Object
ConverterBase
Derived
Common.Wpf.Converters
DateOnlyToDateTime
Common.Wpf.Converters
DateOnlyToString
Common.Wpf.Converters
DecimalToString
Common.Wpf.Converters
DoubleToString
Common.Wpf.Converters
IntegerToString
Common.Wpf.Converters
StringToDateTime
More
Less
Implements
IValueConverter
Constructors
ConverterBase
Initializes a new instance of the
ConverterBase
class
Methods
Convert
Converts the binding source to target.
ConvertBack
Converts the binding target back to source.
See Also
Reference
Common.Wpf.Converters Namespace
In This Article
Definition
Constructors
Methods
See Also