Class MaskedEditDataGroupInfoConverter
TypeConverter for MaskedEditDataGroupInfo.
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MaskedEditDataGroupInfoConverter : TypeConverter
Constructors
MaskedEditDataGroupInfoConverter()
Declaration
public MaskedEditDataGroupInfoConverter()
Methods
CanConvertTo(ITypeDescriptorContext, Type)
Indicates whether this converter can convert an object to the given destination type using the context.
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | An ITypeDescriptorContext object that provides a format context. |
System.Type | destinationType | A System.Type object that represents the type to which you want to convert. |
Returns
Type | Description |
---|---|
System.Boolean | True if conversion is possible; false otherwise. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
This member overrides System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type).
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
System.Globalization.CultureInfo | culture | A CultureInfo object. If a null reference (Nothing in Visual Basic) is passed, the current culture is assumed. |
System.Object | value | The Object to convert. |
System.Type | destinationType | The Type to convert the value parameter to. |
Returns
Type | Description |
---|---|
System.Object | Converted object. |