LocalizableStringConverter.CanConvertTo(ITypeDescriptorContext,Type) - метод Смотри также Terrasoft.Common - пространство имен > LocalizableStringConverter - класс > CanConvertTo - метод : CanConvertTo(ITypeDescriptorContext,Type) - метод C#
- context
- An instance of class that implements the System.ComponentModel.ITypeDescriptorContext interface that represents the context of the format.
- destinationType
- The instance of System.Type that represents a type to which the casting must be made.
Glossary Item Box
public override bool CanConvertTo( ITypeDescriptorContext context, Type destinationType )
Параметры
- context
- An instance of class that implements the System.ComponentModel.ITypeDescriptorContext interface that represents the context of the format.
- destinationType
- The instance of System.Type that represents a type to which the casting must be made.
Тип возвращаемого значения
true
if the conversion can be done; otherwise - false
.Overload of the base System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) method.