[]
        
(Showing Draft Content)

C1.WPF.C1ZoomUnitTypeConverter.ConvertFrom

ConvertFrom Method

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts from the specified value to the intended conversion type of the converter.

Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
Type Name Description
ITypeDescriptorContext context

An object that provides a format context.

CultureInfo culture

The CultureInfo to use as the current culture.

object value

The value to convert to the type of this converter.

Returns
Type Description
object

The converted value.

Overrides
Exceptions
Type Condition
NotImplementedException

ConvertFrom(ITypeDescriptorContext, CultureInfo, object) not implemented in base TypeConverter.