MindFusion.Wpf Pack Programmer's Guide
LengthConverter.ConvertTo Method
See Also
 





TypeConverter.ConvertTo override.

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

 Syntax

C#  Copy Code

public override Object ConvertTo (
    ITypeDescriptorContext context,
    CultureInfo culture,
    Object value,
    Type destinationType
)

Visual Basic  Copy Code

Public Overrides Function ConvertTo( _
    context As ITypeDescriptorContext, _
    culture As CultureInfo, _
    value As Object, _
    destinationType As Type _
) As Object

 Parameters

context
The System.Object to convert.
culture
The System.Type to convert the value parameter to.
value
An System.Object that represents the converted value.
destinationType
The System.Type to convert the value parameter to.

 Return Value

An System.Object that represents the converted value.

 See Also

LengthConverter Members
LengthConverter Class
MindFusion.Gauges.Wpf Namespace