Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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

Determines whether a LocalizableString instance can be converted to the instance of the specified type using the specified context.

Синтаксис

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.

Заметки

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?