GuidConverterCanConvert - метод

Determines whether this instance can convert the specified object type.

Definition

Пространство имён: Tessa.Platform.Json
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public override bool CanConvert(
	Type objectType
)

Параметры

objectType  Type
Type of the object.

Возвращаемое значение

Boolean
true if this instance can convert the specified object type; otherwise, false.

См. также