GuidConverterCanConvert - метод
Determines whether this instance can convert the specified object type.
Пространство имён: Tessa.Platform.JsonСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 Type
-
Type of the object.
Booleantrue if this instance can convert the specified object type; otherwise,
false.