Converts a decimal value to a display-friendly format, suitable for use in UI components.
Definition
Namespace:Telerik.Windows.Controls.Calculator
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class DecimalDisplayValueConverter : IValueConverter
Inheritance: objectDecimalDisplayValueConverter
Implements:
Constructors
C#
public DecimalDisplayValueConverter()
Methods
Modifies the source data before passing it to the target for display in the UI.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Modifies the target data before passing it to the source object. This method is called only in bindings.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)