[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.BaseTypeConverter.ConvertFrom

ConvertFrom Method

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Overloaded. Returns whether this converter can convert an object of one type to the type of this converter.

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