MindFusion.Wpf Pack Programmer's Guide
PercentConverter.Convert Method
See Also
 





IValueConverter.Convert implementation.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public virtual Object Convert (
    Object value,
    Type targetType,
    Object parameter,
    CultureInfo culture
)

Visual Basic  Copy Code

Public Overridable Function Convert( _
    value As Object, _
    targetType As Type, _
    parameter As Object, _
    culture As CultureInfo _
) As Object

 Parameters

value

The value produced by the binding source.

targetType

The type of the binding target property.

parameter

The converter parameter to use.

culture

The culture to use in the converter.

 Return Value

A converted value. If the method returns null, the valid null value is used.

 See Also

PercentConverter Members
PercentConverter Class
MindFusion.Gauges.Wpf Namespace