CanConvert Method

Glimpse API

JsonNetSerializationConverterAdapter CanConvert Method Glimpse API Documentation
Determines whether this instance can convert the specified object type.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public override bool CanConvert(
	Type objectType
)
public override bool CanConvert(
	Type objectType
)

Parameters

objectType
Type: OnlineSystem Type
Type of the object.

Return Value

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