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