Charting for WinForms Programmer's Guide
LengthConverter.ConvertFrom Method
See Also
 






TypeConverter.ConvertFrom override.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public override Object ConvertFrom (
    ITypeDescriptorContext context,
    CultureInfo culture,
    Object value
)

Visual Basic  Copy Code

Public Overrides Function ConvertFrom( _
    context As ITypeDescriptorContext, _
    culture As CultureInfo, _
    value As Object _
) As Object

 Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
culture
The System.Globalization.CultureInfo to use as the current culture.
value
The System.Object to convert.

 Return Value

An System.Object that represents the converted value.

 See Also

LengthConverter Members
LengthConverter Class
MindFusion.Gauges Namespace