GuidConverterCanConvert - метод |
Determines whether this instance can convert the specified object type.
Пространство имён:
Tessa.Platform.Json
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert (
objectType As Type
) As Boolean
public:
virtual bool CanConvert(
Type^ objectType
) override
abstract CanConvert :
objectType : Type -> bool
override CanConvert :
objectType : Type -> bool
Параметры
- objectType
- Тип: SystemType
Type of the object.
Возвращаемое значение
Тип:
Booleantrue if this instance can convert the specified object type; otherwise,
false.
См. также